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!

Adrien Miquel
5 min readDec 12, 2019

--

Photo by Andrew Pons on Unsplash

Quoting the Angular doc :

A schematic is a template-based code generator that supports complex logic. It is…

--

--