Update to @angular/core@6.0.0, @angular/cli@6.2.8, rxjs@6.0.0

Aux changes:
- Added package-lock.json to lock dependency versions
- Removed unused @angular/http from dependencies
This commit is contained in:
Eugene Arshinov
2019-08-26 16:29:25 +03:00
committed by Evgeny Arshinov
parent fb48f4411d
commit 01c2d173f3
3 changed files with 13065 additions and 15 deletions

View File

@@ -18,5 +18,14 @@
"typeRoots": [
"../node_modules/@types"
]
}
},
"files": [
"main.ts",
"polyfills.ts"
],
"include": [
"*.d.ts",
"../../src/spec/*.spec.ts",
"../../scripts/test.ts"
]
}