gharia / spring-boot-angular

Spring Boot with Angular JS using Asset Pipeline
18 stars 18 forks source link

Angular 2 support #1

Open GmanG opened 8 years ago

GmanG commented 8 years ago

Hello,

Did you check or try to do this with Angular 2?

I can suggest should be some way such as

"dependencies": { "@angular/common": "2.0.0-rc.1", "@angular/compiler": "2.0.0-rc.1", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", "@angular/platform-browser-dynamic": "2.0.0-rc.1", "@angular/router": "2.0.0-rc.1", "@angular/router-deprecated": "2.0.0-rc.1", "@angular/upgrade": "2.0.0-rc.1",

"systemjs": "0.19.27",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",

"angular2-in-memory-web-api": "0.0.7",
"bootstrap": "^3.3.6"

},

according to the official manual https://angular.io/docs/ts/latest/quickstart.html

Thanks.

gharia commented 8 years ago

Haven't tried this with Angular 2. I will try and let you know.