aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-22 14:26:12 +0800
committercrupest <crupest@outlook.com>2019-02-22 14:26:12 +0800
commit00814dccd8f26a6dd9cc9163fad05afafb1ae4e6 (patch)
treeb26ed67c18a5dd4a36452e2e536b48524eae0e54 /Timeline/ClientApp/src/app/todo-list-page
parent40c206a68dc1761f5b832602a9dec0aadb1f6ac5 (diff)
downloadtimeline-00814dccd8f26a6dd9cc9163fad05afafb1ae4e6.tar.gz
timeline-00814dccd8f26a6dd9cc9163fad05afafb1ae4e6.tar.bz2
timeline-00814dccd8f26a6dd9cc9163fad05afafb1ae4e6.zip
Upgrade packages and add tslint flag for stub component.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page')
-rw-r--r--Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts
index 7623d7aa..e01e91fb 100644
--- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts
+++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts
@@ -8,7 +8,8 @@ import { TodoListService, WorkItem } from './todo-list.service';
import { By } from '@angular/platform-browser';
@Component({
- selector: 'mat-progress-bar',
+/* tslint:disable-next-line:component-selector*/
+selector: 'mat-progress-bar',
template: ''
})
class MatProgressBarStubComponent {