GUI for Angular helps you manage your Angular CLI projects with ease! angular-gui extension connects your Angular CLI project with https://angular-gui.firebaseapp.com allowing you to excute CLI commands from browser.
Features
Overview of all available command options with configurable defaults
Reusable scripts with easy access to common options
Multiple schematics with ability to modify templates
Custom commands with shared options interface and access to project defaults
Activation
Extension will be activated for Angular CLI projects (if there is a .angular-cli.json in project root). .angular-cli.jsonis required and it is used to generate configuration file for the client.
Start local server (listening on localhost:4300, by default) from:
status bar icon:
command palette: GUI for Angular: Start in Online mode