Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best module loader for angular 2? [closed]

I have went through couple of module loaders for JavaScript & Angular JS 1 AMD, requireJS, Browserify, JSPM, Webpack, SystemJS, CommonJS. Which one is the best module loader to use with angular 2 ?

like image 647
Sajith Mantharath Avatar asked Dec 18 '22 18:12

Sajith Mantharath


1 Answers

Just like in angularJs, it doesn't really matter which loader you want to use for angular2. Whatever worked fine for you in angularJs, will just work as fine in angular2. The same rules apply to all loaders considering speed and flexibility.

There is no need to be inclined to use SystemJs, just because angular2 uses it as an example in their quickstart.

like image 118
Poul Kruijt Avatar answered Dec 29 '22 10:12

Poul Kruijt