I am working on an Angular 4.X project and using the SystemJS approach. When I started the project, Angular CLI was in beta version so I used the SyatemJS approach to setup the project. Can anyone here tell me --
- What are the pros and cons if I use SystemJS over Angular CLI ?
- Is CLI the recommended way by Angular (I have not read it anywhere honestly)?
Any help would be appreciated. Thanks
systemjsis a module loader.angular cliis a command line interface for angular. You are comparing apples to oranges.CLI the recommended way by Angular<= I do not believe it is.I do not believe it is^--- although you can find it on the same angular.io site domain and github repo so maybe it is. I am not sure why it would matter though (if it is recommended or not stated).