Is Angular CLI compatible with Angular JS

We are in the process of updating our Angular JS app to the new Angular framework (Angular 4). The strategy we have developed is that we first convert the Angular JS stuff from javascript to typscript and then we convert component by component to the new Angular framework. However, is there a way to make Angular CLI work with Angular JS?

+3


source to share





All Articles