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

@@ -29,6 +29,9 @@ const settingsRoutes: Routes = [
{path: 'settings', component: SettingsPageComponent},
];
/**
* Settings Module
*/
@NgModule({
declarations: [
SettingsPageComponent,