Angular Crash Course for Beginners in Hindi - 2022 | Angular in Hindi

  Рет қаралды 23,510

Coder Dost

Coder Dost

Күн бұрын

Пікірлер: 40
@coderdost
@coderdost 2 жыл бұрын
Angular Crash Course Code on github : github.com/coderdost/angular-crash-course 00:00 What is Angular? 01:10 Why use Angular? 02:19 Installation and Setup 04:40 ng serve 05:45 Angular project structure 08:23 Components and Directives - ngIf, ngFor 24:38 Directive binding - data binding, event binding, two-way binding 31:25 ngStyle 33:13 ngClass 35:09 Pipes 40:48 Data sharing in Components - @input @output 55:23 Services in Angular 01:01:25 Dependency injection 01:02:50 Lifecycle hooks 01:05:26 Routing in Angular 01:19:10 Angular Modules - declarations, imports, providers 01:22:53 Feature Modules 01:28:00 Shared module in Angular
@4444-c4s
@4444-c4s Жыл бұрын
KZbin pe itna acha koi nahi padhata Angular. I can proudly say that this content is same as taught by others of 8-10 hrs.
@moviesinshort3878
@moviesinshort3878 Жыл бұрын
sir where are you , we all are waiting for your upcoming videos please don't leave this beautiful youtube channel created by you , We like to learn all concepts related to different courses . please help us to guide by your extraordinary content. 🙏🙏🙏🙏
@bikramghimire6598
@bikramghimire6598 2 жыл бұрын
found this channel while learning mongodb nice explanation with animations to clearing the concept. this is hidden gems tutorials
@satyamkhandekar8897
@satyamkhandekar8897 Жыл бұрын
Excellent and clear explanation ❤
@neeleshdubey5355
@neeleshdubey5355 Жыл бұрын
Bhai ek bar me sb smjh aa gya i was very frustrated last week how things are working in angular like data binding or event binding how they are using, now I am getting everything in my code, thanks 🙏 dost
@KishanFX
@KishanFX 2 жыл бұрын
Best straightforward tutorial Best for intermediate or switching from other SPA tech
@jay8118
@jay8118 Жыл бұрын
Addicted to your voice...
@4444-c4s
@4444-c4s Жыл бұрын
What is the significance of creating another module? We can directly create another folder and inside we can generate the component for better organised structure. Also I am confused when to generate new module and when new component. Both look similar. Please clarify. Thanks
@coderdost
@coderdost Жыл бұрын
Modules restrict access to components and services.. they are like containers.. if you directly put components in folder its not a safe way. Module makes it safer to import just a module and then one can use exported components and services. Module are just a package. And package also helps in group components and services in 1 group. In future if you make another project module can be completely moved to another project as most modules are complete in itself
@4444-c4s
@4444-c4s Жыл бұрын
@@coderdost Dhanyavad 🙏
@lovelymusic3549
@lovelymusic3549 2 жыл бұрын
Sir your react JS course is completed from basic to advance or it's just basic level course
@coderdost
@coderdost 2 жыл бұрын
all basic concepts are there and most of advanced also mentioned. But real advance thing in React is Projects and working with Backends/ redux etc. We will upload more and more in future
@4444-c4s
@4444-c4s Жыл бұрын
29:54 - very imp.
@atharvashejul215
@atharvashejul215 Жыл бұрын
Does any one have notes of this session? Please share if you have.
@parmaryash4406
@parmaryash4406 2 жыл бұрын
Amazing thanks
@sonikumari2987
@sonikumari2987 Жыл бұрын
Two component ya more than 2 component kaise communicate karega without using decorater and service component mai routing use kr rhi hu
@coderdost
@coderdost Жыл бұрын
In routing scenario also service mechanism works - I think services is best way when components are un-mounting (Specially in routing scenario) . Just take care that only use Object references (objects or arrays) in services as they will persist. check examples of hero array here : angular.io/guide/architecture-services#service-examples
@khawajasaif9738
@khawajasaif9738 Жыл бұрын
need Master class with latest angular like React?
@4444-c4s
@4444-c4s Жыл бұрын
I am very much confused when to use Observables and Subjects. No one on KZbin explains clearly. Please make a video on it. Or either link some useful resources for learning high concepts like Observables, Subjects, NgRX, RXjs, etc.
@coderdost
@coderdost Жыл бұрын
RxJs site is best I think. rxjs.dev/guide/overview.
@nv1242
@nv1242 2 жыл бұрын
How to write unit testing in react?
@coderdost
@coderdost 2 жыл бұрын
Noted for future work. Thanks
@srinayclg390
@srinayclg390 Жыл бұрын
in routing there is small change--> constructor( private route: ActivatedRoute) { this.route.params.subscribe((data)=>{ console.log(data) this.productName=data['fruit']; }) }
@nishthayadav5817
@nishthayadav5817 Жыл бұрын
Pls make complete angular course
@shafiqueahmad1
@shafiqueahmad1 Жыл бұрын
Kindly make complete series or a long video on angular. Its request sir.
@coderdost
@coderdost Жыл бұрын
Will try
@4444-c4s
@4444-c4s Жыл бұрын
Sir do you have Full course on Angular with latest trends? I can pay for it.
@coderdost
@coderdost Жыл бұрын
Not right now. Thinking of Angular 16 in future videos. but have lot before that
@4444-c4s
@4444-c4s Жыл бұрын
@@coderdost ok no problem sir.
@easycoding9095
@easycoding9095 4 ай бұрын
app.module.ts ab nahi show karta install karne par .it has become hard to understand
@devloperadda1350
@devloperadda1350 2 жыл бұрын
Thank you 🙏
@anjalimaurya121
@anjalimaurya121 2 жыл бұрын
my node version is 18 when i install angular cli not installed how to solve it
@coderdost
@coderdost 2 жыл бұрын
What error it gives ?
@4444-c4s
@4444-c4s Жыл бұрын
sir please explain Form Handling also..it is little tough.
@coderdost
@coderdost Жыл бұрын
reactive forms ?
@4444-c4s
@4444-c4s Жыл бұрын
@@coderdost yes
@AkhileshYadav-lv3kh
@AkhileshYadav-lv3kh 2 жыл бұрын
Thank you sir 👍👍
@Yeh_Hai_Aam_Zindgi
@Yeh_Hai_Aam_Zindgi Жыл бұрын
Just a reminder please dont add so much effect music
@pawancreativedesigner9086
@pawancreativedesigner9086 Жыл бұрын
not explained better way how to install
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Angular Crash Course | Learn modern Angular in 90 minutes
1:29:09
Code with Ahsan
Рет қаралды 48 М.
Angular Crash Course
2:01:32
Traversy Media
Рет қаралды 1,4 МЛН
Angular Crash Course for beginners
1:09:19
Hitesh Choudhary
Рет қаралды 253 М.
Angular 14 full course 2022 for beginner
3:54:25
Bitfumes
Рет қаралды 285 М.
Vue JS Crash Course 2022 for Beginners | Vue 3 in 70 mins #vuejs
1:11:41
Master TypeScript in Just 3 Hours: Your Ultimate Crash Course | Hindi
2:52:52
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН