We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df44b1a commit 99f710bCopy full SHA for 99f710b
public/docs/_examples/_boilerplate/tsconfig.json
@@ -6,7 +6,7 @@
6
"sourceMap": true,
7
"emitDecoratorMetadata": true,
8
"experimentalDecorators": true,
9
- "lib": ["es2015", "dom"],
+ "lib": [ "es2015", "dom" ],
10
"noImplicitAny": true,
11
"suppressImplicitAnyIndexErrors": true,
12
"typeRoots": [
public/docs/_examples/package.json
@@ -24,9 +24,8 @@
24
"@angular/router": "~3.4.0",
25
"@angular/tsc-wrapped": "^0.5.0",
26
"@angular/upgrade": "~2.4.0",
27
- "angular-in-memory-web-api": "~0.2.2",
+ "angular-in-memory-web-api": "~0.2.4",
28
"core-js": "^2.4.1",
29
- "reflect-metadata": "^0.1.8",
30
"rxjs": "5.0.1",
31
"systemjs": "0.19.39",
32
"zone.js": "^0.7.4"
0 commit comments