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…