Angular library tutorial

preview_player
Показать описание
In this Angular library tutorial, I have discussed how you can create a reusable angular 7 library with very little effort using angular cli. Also I have demonstrated how you leverage angular workspace to generate a test application to test your library within the same workspace. Apart from that, I have shown all possible ways to use your library for an example from your dist directory, with packaged tar file or from published npm package.

I have also given an example of how you can publish your library package in your own private repo using verdaccio.

==================================================
==================================================

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

Hello Everyone.. Please let me know if you want me to add any specific frontend tutorial..

BlackBoxTech
Автор

This must've been one of the simplest, complete and clear tutorials about Angular

NanoSpicer
Автор

I found the solution from your video 2 days. Thank you very much!

Vlad-nnht
Автор

Good tutorial with a clear explanation in a short duration

mohamedibrahimm
Автор

Just what I needed to understand how to share components between projects.

Scottyis
Автор

Very helpful you just made my life easy really appreciated Thank you so much do explaining
in details

hamzaakbar
Автор

Great video. I'm in the process of migrating our AngularJS component library to Angular and this was very helpful.

scottfwalter
Автор

Good video. Recommendable for others due to its simplicity to understand.

Thank you very much for your efforts.

rajkumararora
Автор

Please could you produce a tutorial on how to make a library for a directive. For example: <button myDirective></button>

CodingAbroad
Автор

Great tutorial! Very clear and helpful. Thanks for sharing this video. Looking forward for more Angular tutorials to come. I appreciate if you can share a tutorial about Angular workflow. Like incorporating husky, prettier and stylelint --scss inside this monorepo (Angular workspace). Thanks in advance.

larryamisola
Автор

Good video. Could I make a suggestion that you explain your reasoning behind why you do what you did. Why is just as important as how, especially when determining if I should be doing the same thing in my project.

mjohnson
Автор

Thanks for sharing this, I have a question, if I use angular material in my library component then how to automatically install material dependency in the consumer app

AnkurRai
Автор

Clear Instructions, Nice walk through about the topic.

manojtm
Автор

Thanks for the tutorial. It was super helpful, clear and to the point.

solenoden
Автор

Hey, great tutorial! Exactly what I was looking for in a short video, thanks :)

strxross
Автор

Nice tutorial.. In Windows machines, , the command line is slightly different, , ng new weatherwidget --create-application=false

srikkanthank
Автор

Wow, they're not lying when they say it's hot in Atlanta

joelmatthias
Автор

Very useful video and to the point. Just one suggestion is that you might wanna go little faster.

itsimpl
Автор

thanks, wonderful video.

I just wanted to know how would I be able to use .npmrc instead of using --registry argument when using npm publish?

ianaustria
Автор

@BlackBoxTech why did you need to cd to dist folder before publishing?

winnemucca-sk