Angular Schematics : How to create an empty folder ?
Angular Schematics are so powerful to automate some tree actions on your project. But creating new empty folder is not that easy… In fact, it is!
5 min readDec 12, 2019
Quoting the Angular doc :
A schematic is a template-based code generator that supports complex logic. It is a set of instructions for transforming a software project by generating or modifying code.
You can find more info about schematics here :
I really like schematics to scaffold my project. Here is my minimal structure for Angular projects :
It’s very explanatory and you can notice I’m using the Atomic Design Pattern.