Angular Blog

The latest news and tips from the Angular team

Follow publication

Responses (43)

Write a response

What is the purpose of schematic. I am not able to get that piece.
Is this to create a npm package from Angular or to manage file operation on front end ?
Please explain in simple terms why schematic?

--

We created our own set of schematics for a Api routes. In short, it will creat a controllers file, model file, test file, file with each of the http verbs, etc. It’s been working great for us, saving time and ensuring consistency.

--