I'm attempting to migrate from Angular 1 to 4. I was using the Yeoman Generator for the Angular 1 app but it seems Angular CLI is the way to go with Angular 2.
I'd like to import the Angular 1 app into Angular 2 and use the UpgradeModule. Is it possible, in the angular-cli.json file, to import a folder of JS files using wildcards? Or is there a better way to include my Angular 1 app inside the Angular 2 CLI environment?
Yeomanwithangular-cli, e.g. ngx-rocket.angular-cli.jsondocumentation, particularly the part about thescriptsproperty. However, if you are attempting to somehow run an AngularJS app inside an Angular app, I would think twice. With regard to Yeoman, I think its time has come and gone.