diff options
author | crupest <crupest@outlook.com> | 2019-02-22 14:26:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-22 14:26:12 +0800 |
commit | 00814dccd8f26a6dd9cc9163fad05afafb1ae4e6 (patch) | |
tree | b26ed67c18a5dd4a36452e2e536b48524eae0e54 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts | |
parent | 40c206a68dc1761f5b832602a9dec0aadb1f6ac5 (diff) | |
download | timeline-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/todo-list-page.component.spec.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts | 3 |
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 { |