Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/angular/angular-6-angular-cli-workspaces/ #11

Open
utterances-bot opened this issue Jul 17, 2019 · 1 comment
Open

posts/angular/angular-6-angular-cli-workspaces/ #11

utterances-bot opened this issue Jul 17, 2019 · 1 comment

Comments

@utterances-bot
Copy link

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/

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants