Angular schematics tutorial

preview_player
Показать описание
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 :

Npm package url:

logger schematics:

logger module:
Рекомендации по теме
Комментарии
Автор

The best thing about your tutorial is your explaining even the tiny things ! Excellent <3

vaqasazeem
Автор

You say "Let's go into the schematics I've already generated". Then you paste a whole load of advanced stuff that you need to then rewind and explain. I think you could have started with a simpler example then built it up. Still, there's a lot of good information in here.

zebcode
Автор

compact and useful intormation - thanks a lot into the BlackBox :-)

hansschenker
Автор

Hey, How do I change the path of the server.ts output

cqp