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
Angular 6 - Angular CLI Workspaces | Coding Latte - Coding is fun
One of the least talked about features of Angular 6 is Angular CLI Workspaces. Workspaces or Angular CLI Workspaces give angular developers the ability to have more than one project in one workspace. This brings all your projects under the same workspace.
A word on your final thoughts: now, with Angular CLI 8+, it's possible to generate an empty workspace, like that: ng new myWorkspace --createApplication=false
See here
Then, by using: ng g application myApp, it'll generate an angular app, in the project folder.
Angular 6 - Angular CLI Workspaces | Coding Latte - Coding is fun
One of the least talked about features of Angular 6 is Angular CLI Workspaces. Workspaces or Angular CLI Workspaces give angular developers the ability to have more than one project in one workspace. This brings all your projects under the same workspace.
https://codinglatte.com/posts/angular/angular-6-angular-cli-workspaces/
The text was updated successfully, but these errors were encountered: