Angular schematics tutorial

Опубликовано: 16 Март 2026
на канале: BlackBox Tech
18,352
168

In today’s Angular schematics tutorial episode I will take you through the process of creating your own schematics.
So what is schematics ?
As per documentation “Schematics is a workflow tool for the modern web; it can apply transforms to your project, such as create a new component, or updating your code. A good example could be angular cli by which you can create, update and perform different task with some commands.

This tutorials is divided in 3 parts.
First I will go through the logger modules I have created and published in npm
Second I will go through the details of schematics where I will show how to create your custom schematics.
Third we will try out the schematics in our angular universal project.

project sample url :
https://github.com/kalyan11021980/sch...
https://github.com/kalyan11021980/ngu...

Npm package url:

logger schematics:

https://www.npmjs.com/package/@blackb...

logger module:
https://www.npmjs.com/package/@blackb...