Add Project (or) App to Workspace in Angular
To create new app in angular workspace, use
ng generate application first-app
To add another app, use
ng generate application second-app
Note:
- The first application created in angular workspace is marked as default application
- If you use the
ng newcommand inside the workspace directory, it will throw the error