diff --git a/.angulardoc.json b/.angulardoc.json new file mode 100644 index 0000000000000000000000000000000000000000..af75f79bd00e072f4b4051cb10c02a191ace0702 --- /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 7d1de0da95c7b69530c93db8e1379d0eab36bf59..b038380e90243b104ef5395e8b4c8fe9323f6342 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';