alessandroderoma

Results 3 issues of alessandroderoma

From windows cmd: >node -v v8.9.4 >npm -v 5.6.0 If I choose Run As > ng serve on my eclipse project, it doesn't compile. If I hit CTRL-C and run...

I installed it like this: ``` npm i -g --save --save-dev angular2-image-gallery ``` My app.module.ts: ``` import { BrowserModule } from '@angular/platform-browser' import { NgModule } from '@angular/core' import {...

I tried the `GET` example on a secured resource: @GET @Produces(MediaType.APPLICATION_JSON) public DefaultJwtCookiePrincipal getPrincipal(@Auth DefaultJwtCookiePrincipal principal) { return principal; } When the current JWT is valid I get a correct...