You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to test my angular module. In order to test, I want to be able to create apps in Angular 2, Angular 4 and Angular 5. When I get the latest version of angular cli and using ng new project it will use Angular 4 by default.
So how can I make a Angular 2 project?
The text was updated successfully, but these errors were encountered:
As a developer, I want to test my angular module. In order to test, I want to be able to create apps in Angular 2, Angular 4 and Angular 5. When I get the latest version of angular cli and using
ng new project
it will use Angular 4 by default.So how can I make a Angular 2 project?
The text was updated successfully, but these errors were encountered: