From 00814dccd8f26a6dd9cc9163fad05afafb1ae4e6 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 22 Feb 2019 14:26:12 +0800 Subject: Upgrade packages and add tslint flag for stub component. --- .../ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.spec.ts') 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 { -- cgit v1.2.3