Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Sep 8, 2019
1 parent b028772 commit 6ddec4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 0 additions & 6 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ import { TranslationModule } from './modules/translation.module';
disabled: environment.production
}),
NgxsLoggerPluginModule.forRoot({ logger: console, collapsed: false }),
// NgxsStoragePluginModule.forRoot({
// key: '@@STATE',
// storage: StorageOption.LocalStorage,
// deserialize: JSON.parse,
// serialize: JSON.stringify
// }),
AppRouterModule,
CoreModule.forRoot(),
TranslationModule.forRoot()
Expand Down
15 changes: 4 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"typeRoots": ["node_modules/@types"],
"lib": ["es2017", "dom"],
"baseUrl": "./src",
"paths": {
"@app/*": [
"app/*"
],
"@app/*": ["app/*"]
}
}
}
}

0 comments on commit 6ddec4d

Please sign in to comment.