auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Migrating to TypeScript #15

Closed tapas4java closed 9 years ago

tapas4java commented 9 years ago

Do you have any plan to migrate this repo to typescript or create a separate branch for typescript?

paulvanbladel commented 9 years ago

+1 from me :) Would be the first serious typescript sample !

mgonto commented 9 years ago

I'll try to work on it later this week or next at most :).

@gdi2290 wanna help with it :)?

mgonto commented 9 years ago

Code will be very similar though. I'm using Types and Decorators here :).

PatrickJS commented 9 years ago

@mgonto if I can start off with https://github.com/angular-class/angular2-webpack-starter then yeah I totally can ;-)

paulvanbladel commented 9 years ago

Mhhm, never tried webpack, but when looking into the webpack config file... what's that ? Angular seems to embrace SystemJs, so maybe something based on https://github.com/frankwallis/plugin-typescript ?

tapas4java commented 9 years ago

I'm too confused between SystemJS/JSPM and Webpack. JSPM looks future proof where as Webpack looks more mature and production ready at the moment.

tapas4java commented 9 years ago

@mgonto...Any progres on this??

neokeats commented 9 years ago

hi +1

c1rus commented 9 years ago

+1

mgonto commented 9 years ago

Migration done :). Check master!