-
On the latest version master branch, including library _angular2-logger_ causes the build.prod to fail. It fails at task _build.bundles.app_
_package.json:_
"dependencies": {
"angular2": "2.0.0-b…
-
The file index.ts is generating:
`export * from './models';`
must be:
`export * from './services/models.service';`
And the "models.service.ts" requires be created.
Thank you!
-
I've added a custom model and run "npm start build:sdk".
LOG:
```
> native-chat-api@1.0.0 build:sdk /home/krishnaji/Apps/native-chat-example/native-chat-api
> lb-sdk server/server.js ../native-chat-…
-
Source:
https://github.com/angular/angular/blob/master/CHANGELOG.md
A lot of things changed in angular-2.0.0-rc.0 and we need them in angular2-logger asap to avoid dependency conflicts, I cloned the …
-
We're developing an app which is partially native and partially hybrid.
We will open cordova activity when user clicks on an menu item and finish the activity when user clicks back.
Problem with this…
-
imports/exports have been renamed using a tool or something like that (PHPStorm does this sometimes) causing all /**/level imports to become /**/level.ts imports, which creates an error when using Sys…
-
Please can you add this module to Typings ?
How can I use this module on Angular 2 if I use Typings ? I got an error "angular2-websocket not found"
Thanks
-
```
npm ERR! peerinvalid The package rxjs@5.0.0-beta.4 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer angular2@2.0.0-beta.15 wants rxjs@5.0.0-beta.2
npm ERR! p…
-
i used angular@2.0.0-bete.13
---
system.src.js:1154 GET http://127.0.0.1/node_modules/ng2-resource-rest/ 403 (Forbidden)fetchTextFromURL @ system.src.js:1154(anonymous function) @ system.src.js:1710…
ghost updated
8 years ago
-
run: npm install
webpack
and get the following errors:¨
ERROR in multi vendor
Module not found: Error: Cannot resolve module 'angular2/bundles/angular2-polyfills' in C:\Users\Hans\Web\js\ang…
HansS updated
8 years ago