-
When importing module after installing I get the following error. I have tried many work arounds to no avail. I will have to look for a different option.
potential fix/best practice: https://github…
-
I have just created the Hello World and landing page example and both trigger JS errors in console:
```
ERROR in /Users/matti/www/angular2/node_modules/ui-router-ng2/ng2/uiRouterNgModule.d.ts
(3,10):…
-
I followed directions to start app. When I do npm start I get:
ERROR in Error encountered resolving symbol values statically. Calling function 'InjectionToken', function calls are not supported. Co…
-
Can anyone explain how can we use the file-catcher.js, how should it be loaded, etc?
I am building application with angular2+webpack starter kit and I want to handle the files after they are sent.
It…
-
`"main": "angular2-masonry.js",` - is declared in your package.json, however the filename is `angular2-masonry.ts`
This doesn't seem to be a problem for webpack but when I tried to use your module …
-
Hi, I welcome the publication of ts-quickstart!
https://angular.io/docs/js/latest/quickstart.html
"7. Load the component" have been instructed to use the SystemJS, and `System.register()` has been e…
-
metadata.js:58Uncaught TypeError: lang_1.CONST is not a function
says line 13 of angular2-spotify:
var core_1 = require('angular2/core');
vance updated
7 years ago
-
Hi there, setting myself up for universal react render using css-modules and webpack. Coming across a strange issue I don't understand, due to limited experience with `webpack`:
On [this line in the …
-
After installing the package i'm getting the follwing errors in webpack:
After installing the package i'm getting the follwing errors in webpack:
EXEC : error in: Unexpected module 'CollapsibleMod…
-
Please view my question on StackOverflow for context/code example: https://stackoverflow.com/questions/44435999/angular2-hmr-hot-module-replacement-remove-the-logs
I just want to be able to opt out…