Use Angular Schematics to Simplify Your Life

preview_player
Показать описание
In this screencast, you'll learn what Schematics are and how to create your first one.

---------------------------------------------------------------------------------------------------------------------

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

The reason you had to run `npm install` @ 17:13, is because the previous `npm link`, forces the local node_modules to be deleted.
Great Video!

eiarzate
Автор

Nice video. +1 for the video format I like tutorials that get to the point and don't take forever to explain things.

RichardPerfectKiwi
Автор

How to debug this project from consumer app?

RajatKshirsagar-lfgd
Автор

I spent an entire workday on Friday, trying to figure out how to use conditionals in the xprompts in a schema. For instance, if you x-prompt a user with a property called useCypress (boolean type), and they select yes, then pop up another nested xprompt asking for say, a baseUrl I am beginning to think this is not

flishklwn
Автор

I hate this code editor. Why don't you use VSCode? I literally don't understand anything.

ManavDIY