aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src
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
commit4e16aeba21313b527eef904501b7a69a72372791 (patch)
tree4980a15f9470b9672922af4bab3de4bb9e92e65b /Timeline/ClientApp/src
parent55505bf5487bb43e2423bafd46bd50a8b10b0a6f (diff)
downloadtimeline-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.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 {