

Angular Schematics
Like
Angular is a framework to build applications: it is a lot more work than just a few bits of jQuery. You have to create hundred of components and services. There are 4 ways to do this (from the slowest to the quickest):
Cost / License
- Freemium (Subscription)
- Proprietary
Platforms
- Visual Studio Code
Features
No features, maybe you want to suggest one?
Tags
- vscode-extension
- angular
- angular-schematics
- schematics
Angular Schematics News & Activities
Highlights All activities
Recent activities
- imgildev added Angular Schematics
- POX updated Angular Schematics
imgildev added Angular Schematics as alternative to Angular File Generator
Angular Schematics information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Angular Schematics?
Angular is a framework to build applications: it is a lot more work than just a few bits of jQuery. You have to create hundred of components and services. There are 4 ways to do this (from the slowest to the quickest):
- manually from scratch, rewriting all the boilerplate code everytime
- via snippets: as they are static, there is still a lot to do manually
- via Angular CLI: more powerful, but still tedious: you have to type a long and error-prone command line
- via this extension: just right-click the destination folder, and start coding (no command line!)
Team work and good practices
Also, inside a team, you can either decide that:
- everyone do things the way they want, resulting in a big mess over time
- decide the better way to do things, and share the same good practices accross the team

