fix: update core and apply stricter tslint rules

This commit is contained in:
Michel Jonathan Schmitz
2019-07-10 12:38:29 +02:00
parent 03c317430a
commit 911492d064
67 changed files with 1291 additions and 507 deletions

View File

@@ -22,6 +22,9 @@ const dataRoutes: Routes = [
{path: 'data-detail/:uid', component: DataDetailComponent},
];
/**
* TODO
*/
@NgModule({
exports: [
RouterModule,