DEV Community

Cover image for ๐Ÿ–๏ธ How To Create Your First Custom Angular Schematics With Ease๐Ÿ› ๏ธ
Tomas Trajan ๐Ÿ‡จ๐Ÿ‡ญ
Tomas Trajan ๐Ÿ‡จ๐Ÿ‡ญ

Posted on โ€ข Originally published at Medium

5 3

๐Ÿ–๏ธ How To Create Your First Custom Angular Schematics With Ease๐Ÿ› ๏ธ

I got very excited when Angular & CLI team announced that they are working on Schematics.

Automatic generation and updating of a code base in organized well defined manner sounds like a lot less tedious work for the developers

Lots of stuff is possible with the help of schematics already. From official initiatives like being able to ng update your project dependencies and ng generate stuff like components or pipes, through semi official (ex Angular team) stuff like nx with schematics for generating services for popular ngrx state management library to small custom one-off schematics which are starting to pop up on npm.

Read more...

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free โ†’

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay