Angular Console
It's a new tool provided by Angular to create an Angular application using user interface. It’s just another way to use Angular CLI, in simple words it’s just a visual representation of CLI commands.
We can perform all operations using console:
- Create new projects
- Install packages and extensions
- Generate artifacts
- Build/test and deploy
Follow the below link to download the console exe.
It is a great tool for Windows users without worrying about commands and terminal.
https://angularconsole.com
After successful installation, you will be able to see the below screen and follow the on-screen instructions by providing project path and name and type details. Here schematics sets is the option to build either web and native mobile (Native script) app, we can select the type. By selecting an appropriate option we can create a single project for both platforms.




Join the conversation! Your thoughts help the community grow.