Angular Library: Learn How To Create And Use It In Your App

  Рет қаралды 46,462

Code Shots With Profanis

Code Shots With Profanis

Күн бұрын

Пікірлер: 64
@drakZes
@drakZes 2 жыл бұрын
Love the fact that you took 5 minutes to explain Angular libraries. That was really well explained and to the point. Thank you!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback. Glad you liked it!
@miguelperezpalacios
@miguelperezpalacios 2 жыл бұрын
Thank you for shaing, I've commented on this video in the past but I always come back for a quick refresher!!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
You are so welcome!
@bjartemicheljensen8146
@bjartemicheljensen8146 2 жыл бұрын
Dear Profanis. Great piece of communication work and what a brilliant tutorial. Thank you.
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback Bjarte. Glad you liked it!
@Nabulio85
@Nabulio85 Жыл бұрын
Quick, but really good explanations. Thx Fanis!
@CodeShotsWithProfanis
@CodeShotsWithProfanis Жыл бұрын
Glad you liked it!
@ShubhamSingh-bm4ig
@ShubhamSingh-bm4ig 10 ай бұрын
Great video. Keep making videos on Angular.❤
@ramyabalasubramanian6916
@ramyabalasubramanian6916 Жыл бұрын
Very well explained. Thank you!
@JaiGtz
@JaiGtz 2 жыл бұрын
Thanks Profanis, your explanation is very clear and easy to understand..keep it up the good work.. =)
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your warm feedback. Glad you liked it!
@edgardoni35
@edgardoni35 2 жыл бұрын
Awesome video, very well explained and it's less than 6 minutes!! 😀
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback! Glad you find it useful :)
@ajaykharat9226
@ajaykharat9226 Жыл бұрын
Thanks Man !! Great Tutorial !!
@CodeShotsWithProfanis
@CodeShotsWithProfanis Жыл бұрын
Thanks! Glad it helped!
@MiguelPerez-em8gs
@MiguelPerez-em8gs 2 жыл бұрын
Great explanation Profanis!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback Miguel. Glad you liked it!
@johnstypa2365
@johnstypa2365 2 жыл бұрын
Nicely presented!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thank you! Glad you liked it!
@octavian3033
@octavian3033 2 жыл бұрын
Very well explained. Thank you.
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback! Glad you liked it!
@binurajtech9663
@binurajtech9663 2 жыл бұрын
Really liked this video... Thankyou!!😊
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
So glad!
@ANJANALAKMAL
@ANJANALAKMAL 7 ай бұрын
Great explanation. Thanks
@hamzaakbar5321
@hamzaakbar5321 2 жыл бұрын
What about the npm plugin to use it in the app, Plugin his component like abc and we want to use that component selector in over app how it will possible ?
@ahmetozturk5178
@ahmetozturk5178 2 жыл бұрын
Very nice! I would like to see also your approach how you would transform this library component into a webcomponent later. Thanks again for the great content! So clean and simple!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for the feedback and your suggestion. That's a good idea actually :)
@julianosoder4405
@julianosoder4405 2 жыл бұрын
Thank you, very nice tutorial
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback. Glad you liked it!
@suman6476
@suman6476 Жыл бұрын
Great explanation.
@damiankacprzak8322
@damiankacprzak8322 11 ай бұрын
Great material I highly recommend
@costagmc1
@costagmc1 2 жыл бұрын
great prof..
@demidovmaxim1008
@demidovmaxim1008 2 жыл бұрын
Thank you so much, it's greatest!
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
Thanks for your feedback. Glad you liked it :)
@peymanta8923
@peymanta8923 3 жыл бұрын
Thanks. How does watch mode work with multiple libs?
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
You can set in different terminals a watch mode in each library. Say that you have the library "my-lib" and the library "another-lib" You should: ng build my-lib --watch ng build another-lib --watch
@xavierl2216
@xavierl2216 2 жыл бұрын
Hi, Do you have a sample where the service class is abstract because I do no see it working ? Thanks the video is simple and clear :)
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
So, if I got you correctly, you want in a library to create an abstraction and use this abstraction in your app. Right? If so, it's a good idea to create a video for
@Applekendee
@Applekendee Жыл бұрын
Really good guide, I was able to set up my Angular Library, however what is the best approach to setup a common models. I will use it in the Library and in another workspace application.
@CodeShotsWithProfanis
@CodeShotsWithProfanis Жыл бұрын
In this case the models shouldn't be in the application but rather in the library. If however you are about to use the models from another library as well, then you can have the models in a completely separate library.
@Applekendee
@Applekendee Жыл бұрын
@@CodeShotsWithProfanis Is it possible to use a global CSS to be use by the libraries and the applications?
@CodeShotsWithProfanis
@CodeShotsWithProfanis Жыл бұрын
@@Applekendee The global CSS should live in the library. Say that you have a custom UI library that has some re-usable components. In that library you can have the global CSS where it's gonna be referenced by itself and the application(s)
@luusyphre
@luusyphre 2 жыл бұрын
Hi, I'm trying to import the my-lib into a separate project. So after creating the lib, I do "ng new test-app" and doing an npm install from the local path, I import MyLibModule from "my-proj/projects/my-lib/src/public-api" but when I put the tag into the html file, I get the error: "Cannot read properties of undefined (reading 'ɵcmp')" Any idea what I'm going wrong?
@dotnetist
@dotnetist 3 жыл бұрын
how can I have that colorful terminal ?
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
I am using oh-my-bash with the theme "brainy"
@dotnetist
@dotnetist 3 жыл бұрын
Cool thank you
@sofiachaveshernandez2373
@sofiachaveshernandez2373 2 жыл бұрын
What a clear explanation! Do we ever need to run npm install in the library before we build it?
@CodeShotsWithProfanis
@CodeShotsWithProfanis 2 жыл бұрын
As soon as the library it's part of your application, I do find the reason to run npm i in the library itself
@dennis87ist
@dennis87ist 3 жыл бұрын
what tool do you use for design on screen?
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
My OS is kubuntu and this is a built-in feature which called "mouse marker"
@boyefrederic4716
@boyefrederic4716 3 жыл бұрын
Hello sir, is it possible to use the lib without building it
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
You can define in the paths of the tsConfig the public_api of the library you want to use.
@WesFanMan
@WesFanMan 3 жыл бұрын
Nice work! I appreciate the effort and excellent content. I would like to suggest that when you are highlighting a screen area, use a yellow or white line. Red on black is very hard to see.
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
Thanks a lot for your feedback and the suggestion :)
@matheusjordan6031
@matheusjordan6031 3 жыл бұрын
Thanks for this useful video, how we can publish this on npm?
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
This will be one of the next videos. Stay tuned ;)
@whoopigoldberg8121
@whoopigoldberg8121 Жыл бұрын
I see what you can also describe how to use the "paths" option from tsconfig. It's need to link our library code via import links and debug in realtime.
@g-luu
@g-luu 3 жыл бұрын
Nice one but what about dependencies? For instance the library uses angular material.
@CodeShotsWithProfanis
@CodeShotsWithProfanis 3 жыл бұрын
I will cover this in one of my next videos Stay tuned ;)
@manishmunjal-jeenasikho
@manishmunjal-jeenasikho Жыл бұрын
how to create external library
@thesweetvishu
@thesweetvishu Жыл бұрын
very nice....
@CodeShotsWithProfanis
@CodeShotsWithProfanis Жыл бұрын
Thanks a lot
@saibhargavp5120
@saibhargavp5120 11 ай бұрын
✖ Generating FESM2020 ENOTSUP: operation not supported on socket, link 'D:\Sai\dummy-project\.angular\cache\15.2.10 g-packagr\tmp\c5e6e4e2' -> 'D:\Sa i\dummy-project\.angular\cache\15.2.10 g-packagr\content-v2\sha512\bc\a9\dc07ebc8b3870c72446c23744c06ec33dcfbd4161d1504b5bf6585 2498e31f5c3aad19c107ea3773c2d72e5cfaaff5cf14737326d7a3d661e0928fec3988' Getting the above error while running the 'ng build conv-lib' how to resolve it.
Angular Library: Use A Library In a Mono-Repo and Different Workspaces
11:52
Code Shots With Profanis
Рет қаралды 18 М.
How to create angular library and publish on npm?
9:48
AyyazTech
Рет қаралды 7 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Angular library tutorial
15:01
BlackBox Tech
Рет қаралды 63 М.
Learn How to Create Dynamic Component in Angular
8:57
Code Shots With Profanis
Рет қаралды 27 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 41 М.
I just tried o3-mini
6:31
ThePrimeTime
Рет қаралды 224 М.
How to deeply understand Angular signals (...or anything)
10:51
Joshua Morony
Рет қаралды 15 М.
Finally.... But it's exciting!
13:58
Maximilian Schwarzmüller
Рет қаралды 34 М.