Dragouf
Dragouf

Reputation: 4734

integrate angular2 rc with play framework 2

I would like to integrate angular2 rc with play framework 2.

Here is an example with beta version https://github.com/joost-de-vries/play-angular2-typescript.

Unfortunately rc naming change and each angular module are in a different module. With npm everything is copy to @angular folder and modules are in there respective folder.

With this version folder modules are prefixed with angular__, for this reason systemjs config from angular doc is not working anymore.

Any know how to solve this problem or have a working example ?

Upvotes: 1

Views: 277

Answers (1)

Joost de Vries
Joost de Vries

Reputation: 640

This is described in the Angular documentation. See the systemjs.config.ts file in this Plnkr.

I've updated the starter project you linked to. See here.

Upvotes: 1

Related Questions