Angular 6 migration (#132)

* Successfully migrates

* updates environment and package command
This commit is contained in:
Scott
2018-06-11 16:18:58 +10:00
committed by Adrian Gallagher
parent 0dac26c6da
commit 5c28e97c2a
9 changed files with 2196 additions and 1072 deletions

View File

@@ -1,8 +1,13 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
"node_modules/codelyzer",
"node_modules/rxjs-tslint"
],
"rules": {
"rxjs-collapse-imports": true,
"rxjs-pipeable-operators-only": true,
"rxjs-no-static-observable-methods": true,
"rxjs-proper-imports": true,
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
@@ -18,7 +23,6 @@
"forin": true,
"import-blacklist": [
true,
"rxjs",
"rxjs/Rx"
],
"import-spacing": true,