-
system.conf.js -
```
var map = {
'app': 'src/tmp/app',
'angular2-grid': 'node_modules/angular2-grid/dist',
'test': 'src/tmp/test'
};
var packages = {
'app': {
…
Ajeey updated
8 years ago
-
I am not being able to run the starter pack, my version of node is `v4.5.0` and my version of npm is `3.10.8`. I get a few unmet dependencies when I run `npm install`:
```
UNMET PEER DEPENDENCY @a…
-
-
i cant run angular2 quickstart, it cant run lite-server
C:\angularjs\angular2-tour-of-heroes\app>npm start
> angular2-quickstart@1.0.0 start C:\angularjs\angular2-tour-of-heroes
> tsc && concurrentl…
-
IMPORTANT: Please provide a sample using:
[https://plnkr.co/edit/5L30Z8nFUnl65dpxbzJV?p=preview](url)
>It gives error is there any way to load any component.ts file through angular 2
* **I'm subm…
-
In a hybrid setup where Angular1 and Angular2 are both present, modal dialog service does not work. It fails to locate the root element (Angular2) reference, as none exists.
This is the culprit line…
-
When I try to load a simple highchart in my Angular 2 app, it always gives me the following error:
![schermata 2017-03-01 alle 12 43 21](https://cloud.githubusercontent.com/assets/16668179/23458784…
-
Hi,
I am trying to use the PowerBI-Angular2 to display the Power BI embedded one and getting the below error.
errors.ts:42 ERROR Error: Attempted to embed using config {"accessToken":"xxxxx","toke…
-
Hello I tried a very simple setup by cloning the repo,
ran `npm install` and `npm start`
The server actually starts and the website works on localhost:8080,
It works, but
`npm run e2e does not`
do …
-
Hi There
When I run tsc -p client I get the following missing :
client/app/controllers/customer.ts(1,33): error TS2307: Cannot find module 'angular2/core'.
client/app/controllers/customer.ts(2,27): …