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 | 4e16aeba21313b527eef904501b7a69a72372791 (patch) | |
tree | 4980a15f9470b9672922af4bab3de4bb9e92e65b /Timeline/ClientApp/src | |
parent | 55505bf5487bb43e2423bafd46bd50a8b10b0a6f (diff) | |
download | timeline-4e16aeba21313b527eef904501b7a69a72372791.tar.gz timeline-4e16aeba21313b527eef904501b7a69a72372791.tar.bz2 timeline-4e16aeba21313b527eef904501b7a69a72372791.zip |
Upgrade packages and add tslint flag for stub component.
Diffstat (limited to 'Timeline/ClientApp/src')
-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 { |