-
Getting these errors:
├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.5 invalid
├── UNMET DEPENDENCY @angular/compiler@2.0.0
├── UNMET DEPENDENCY @angular/core@2.0.0
├── UNMET PEER DEPENDENCY @angu…
-
-
Question
Hey guys so basically what I was hoping to do was have a external partial login (facebook) redirect back to the app (cordova angular2) register page and then completing the registration from…
-
Neviem kde robím chybu, ale pri requeste PUT /cart dostávam chybu.
Telo requestu
`{deliveryType: this.state.delivery, paymentMethod: this.state.payment}`
Error
`2016-12-03 13:40:41,412 ERROR [io.u…
-
I am facing similar problem as reported in #203. I get error when i do npm start. On close debugging i found that "tsc -w" is failing. You can close this if you thing that #203 and this one is related…
-
I have a project where I am using the Angular2 Webpack Starter project.
Because you've referfenced specific versions of rxjs etc., I get a node_modules directory in the node_modules/ng2-idle director…
-
Hi,
I am new in JS development, and am currently trying to follow steps in quickstart, however when I type "npm install", I have following error:
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulner…
-
Using code on https://github.com/steff1193/meteor-angular2.0-socially/tree/makeitwork_16092016. Had to make [some changes](https://github.com/steff1193/meteor-angular2.0-socially/commit/6f05ddd95c5fe1…
-
@salemdar
Did following steps:
1 . import { CookieService } from 'angular2-cookie/core';
1. constructor(private _cookieService:CookieService){
}
2. let data=this._cookieService.getObject('keyName…
-
Hi, In my app I have a service that prepare the request option adding jwt tokens to request calls this way
```
public get jwt(): RequestOptions {
var authHeader = new Headers();
…