Angular 10 Tutorial #13 - Components | Angular 10 Tutorial For Beginners
Вставка
- Опубліковано 9 лют 2025
- Angular 10 Tutorial, Angular components tutorial, Angular 10 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 10, Learn to build Angular 10 applications, Angular build and deploying applications, angular 10 building and deploying in Angular Apps, angular Apps build and deployment in Angular 10, 6,7,8, 9, angular 8 example,
Angular 10 tutorial for beginners, angular 10 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 10 crash course, angular 10 tutorial for beginners step by step, angular tutorial for beginners 2020,angular tutorial 2020,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 10 full course, angular 10 tutorial for beginners, angular 10 tutorial
Angular 10 tutorial for beginners, angular 10 crash course, angular 10 tutorial for beginners step by step, angular tutorial for beginners 2020, angular tutorial 2020, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.
Notes in GitHub repo: github.com/arc...
Angular 10 Tutorial #1
• Angular 10 Tutorial #1...
Angular 10 Tutorial #2
• Angular 10 Tutorial #2...
Angular 10 Tutorial #3 - Upgrade to Angular 10
• Angular 10 Tutorial #3...
Angular 10 Tutorial #4 - Install Angular CLI tutorial
• Angular 10 Tutorial #4...
Angular 10 Tutorial #5 - Install Bootstrap in Angular App
• Angular 10 Tutorial #5...
Angular 10 Tutorial #6 - Install Angular Material in Angular Application
• Angular 10 Tutorial #6...
Angular 10 Tutorial #7 - Folder Structure of Angular Apps
• Angular 10 Tutorial #7...
Angular 10 Tutorial #8 - Boot Process of Angular Apps
• Angular 10 Tutorial #8...
Angular 10 Tutorial #9 - Package.Json and Package-lock.json
• Angular 10 Tutorial #9...
Angular 10 Tutorial #10 - Angular CLI Tutorial
• Angular 10 Tutorial #1...
Angular 10 Tutorial #11 - App Architecture
• Angular 10 Tutorial #1...
Angular 10 Tutorial #12 - Modules
• Angular 10 Tutorial #1...
Angular 10 Tutorial #13 - Components
• Angular 10 Tutorial #1...
Angular 10 Tutorial #14 - Component Lifecycle Hooks
• Angular 10 Tutorial #1...
Angular 10 Tutorial #15 - Component Communications
• Angular 10 Tutorial #1...
Angular 10 Tutorial #16 - Templates in Angular Components
• Angular 10 Tutorial #1...
Angular 10 Tutorial #17 - Directives in Angular 10
• Angular 10 Tutorial #1...
Angular 10 Tutorial #18 - Structural Directives in Angular 10
• Angular 10 Tutorial #1...
Angular 10 Tutorial #19 - ngIf in Angular 10
• Angular 10 Tutorial #1...
Angular 10 Tutorial #20 - ngSwitch in Angular 10
• Angular 10 Tutorial #2...
Angular 10 Tutorial #21 - ngStyle in Angular 10
• Angular 10 Tutorial #2...
Angular 10 Tutorial #22 - ngClass in Angular 10
• Angular 10 Tutorial #2...
Angular 10 Tutorial For Beginners
• Angular 10 Tutorial #0...
Angular 9 Full Tutorial For Beginners
• Angular 9 Tutorial For...
Angular CRUD Tutorial Step by Step
• Angular CRUD with Web ...
Angular Testing Tutorial
• Angular Testing Tutori...
It's been more than 6 months i'm searching for a good Tutorial of Angular , you are an Angel , thank you sir for your efforts
Suprb tutorials
Glad you like them!
Sir your way of explanation is awesome .
Glad you liked the tutorials 👍
"Hi friends", yes you are my best friend right now
Be blessed.
Thank you buddy
nice
Thank you so much 🙏🙏
Superr
Quality content ❣️
Thank you so much Akshay for your kind support
great explanation.... waiting for upcoming videos.
Hi Gaurav. I am creating the videos and should roll soon
I want live project in angular 10 version . please share full project video
good videos to learn angular
Thank you deepak for your kind words 👍
Nice explanations so far.
Awesome tutorials 👍
Hi Sridhar,
We came to know that we can re-use components multiple times into any other modules / components. My question is, in a same module, if I used the same component more than once, will the styles be loaded into DOM multiple times or only on the first component load only, styles or other assets will be loaded?
The styles are "compiled" which means it will only load once you build it.
May I know where is mention about components imported from other modules imported to app module..I think this was missing in angular 9, raising error while running
Hello. Can't wait to learn from you. I have a question. When I create my projects, interpolation doesn't work. It just reads "title" in the html.ts file even when I use curly braces{{}}. What am I doing wrong? Thanks in advance. Using firefox browser port 5500.
Hi Taylor. Can you pls send me code snippet at soorya.aaradhya@gmail.com
Great class ever sir , thank you
Please explain in parent child relationship in component
Great class!
Sir i have doubt where we find our ip host page link like localhost:4200
Hi
While creating the project i selected sass but i want to change in later to scss or css for entire project how can i do that.
Hi Abdul. You can easily change it in Angular.json
You're a boss, where can i get more content?
Hello Sridhar,
A general doubt,
In Component files, we have decorators.
directly add as a string value (templateUrl: './test.html')
Why stylesUrls the value should be in array (styleUrls: ['./test.scss'])
If we remove the array format [], it's throwing an error.. What's the Angular logic/architecture behind this.
Please explain.
Thanks in advance.
Hi Amar. That's because the component can take multiple stylesheets or styleURLS but can only take 1 template url. I have covered it in detail in this tutorial ua-cam.com/video/trxn1PIW0Fo/v-deo.html
@@ARCTutorials Thanks once again, Maybe I need to list down all the doubts, I have to post, if its not covered in any of the videos :)
hello bro can u upload a video about user registration
Hi Sarthak. Yes i will be covering the user registration soon
@@ARCTutorials thanx a lot man but u can post it
How to communicate one module to another module
one doubt in generating component of contact why did you write ng generate component edit -"component "instead of contact ?
Just a typo... He meant edit-contact, delete-contact, and so on...
check: 12:25
Sir you made a video on decorators in your angular 9 series which is missing in angular 10 playlist.
Hi Vikas. Yes its yet to be covered in detail. May be in a day or two i will add it as well
Sorry, I changed to 4200 as you explained in earlier video.thank you.
Glad it helped