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.
2 parents 94bf97d + c0aab34 commit befd4c2Copy full SHA for befd4c2
package.json
@@ -49,7 +49,7 @@
49
"webdriver-update": "node ./node_modules/protractor/bin/webdriver-manager update"
50
},
51
"devDependencies": {
52
- "@angular/cli": "1.5.2",
+ "@angular/cli": "1.5.4",
53
"@angular/common": "5.0.2",
54
"@angular/compiler": "5.0.2",
55
"@angular/compiler-cli": "5.0.2",
src/rxjs-imports.ts
@@ -1,3 +1,6 @@
1
import 'rxjs/add/operator/filter';
2
import 'rxjs/add/observable/of';
3
4
+// This forces angular compiler to generate a "rxjs-imports.metadata.json"
5
+// with a valid metadata instead of "[null]"
6
+export const noop = () => {};
0 commit comments