From cf35099e578fd14d2d57ac67dd3ea7e5c225d237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Thu, 7 Mar 2019 12:40:46 +0100 Subject: [PATCH] Fix lint-error --- .angulardoc.json | 4 ++++ src/app/app.component.spec.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .angulardoc.json diff --git a/.angulardoc.json b/.angulardoc.json new file mode 100644 index 000000000..af75f79bd --- /dev/null +++ b/.angulardoc.json @@ -0,0 +1,4 @@ +{ + "repoId": "2753df05-ca9c-4b96-9e34-7e280516182c", + "lastSync": 0 +} \ No newline at end of file diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 7d1de0da9..b038380e9 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -1,7 +1,7 @@ import { TestBed, async } from '@angular/core/testing'; import { AppComponent } from './app.component'; import { SharedModule } from './components/shared/shared.module'; -import { RouterTestingModule } from '@angular/router/testing' +import { RouterTestingModule } from '@angular/router/testing'; import { AuthenticationService } from './services/http/authentication.service'; import { DataStoreService } from './services/util/data-store.service'; import { NotificationService } from './services/util/notification.service'; -- GitLab