ngParty / Angular1-scaffold

An Angular 1 Scaffold featuring Angular (Tests, Dev/Prod), Karma, Jasmine, Istanbul, TypeScript, NgMetadata, TsLint, Codelyzer, Typings, and Webpack by @ngParty Team
http://www.ngparty.cz/Angular1-scaffold/
ISC License
67 stars 23 forks source link

Migrated to Webpack3 #405

Open jbadeau opened 7 years ago

jbadeau commented 7 years ago

for anyone interested:

I have migrated to webpack 3 + typescript: https://github.com/jbadeau/Angular1-scaffold

and webpack 2 + es6: https://github.com/jbadeau/Angular1-scaffold/tree/es6

please not that i replaced sass with less but thats all I really changed

Hotell commented 7 years ago

PR more than welcome mister :)

jbadeau commented 7 years ago

Will provide:

webpack 3 + babel (if u could create a babel branch) webpack 3 + typescript

pull requests tonight

jbadeau commented 7 years ago

I also have mobx, redux and ngrx branches if you are interested. We heavily use ng-metadata to migrate our existing angularjs apps to angular and in some cases (with mobx) saw no reason to migrate at all.

danielpiedra commented 6 years ago

@jbadeau I am interested in how you got mobx to work, could you provide some hints or describe what you did to get it all working?

much appreciated!