Part 18 - How to create a custom library and publish to NPM repository | Angular 14 series

preview_player
Показать описание
This is part 18 of angular 14 series and in this session I have explained
about the Angular custom library and how to configure it in local system to test properly.

After watching this try to do from your end and don't forget
to write comments if have anything!

Please do help others by sharing this video if you got benefitted from this session.

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

Tell me if i am right, If i need any package in my lib components example chart.Js then i need to install it in my angular project in which lib is contain and then it add manually in library package.json inside peer dependency. My consuming project where my lib is used will automatically install chart.js

manoharsatawase