I delivered a talk in Indiaās Angular conference: ngIndia on the topic āHostBinding() and HostListener()ā. Find the link to the video here: https://youtu.be/nRrbYGXE8xQ Also, to understand the topic better, refer to the pre-requisites article here:
Category: Videos
Udemy- Step by Step Guide: Angular for Beginners
I am very excited to share that my course Angular for Beginners by BPB Publications has been published on Udemy.comĀ (https://www.udemy.com/angular-for-beginners-l/). It is a step-by-step video course for all the Angular beginnersĀ This course will focus on creating web applications using the JavaScript framework AngularĀ and will walk us through a journey of learning how to install… Continue reading Udemy- Step by Step Guide: Angular for Beginners
Video: Reactive Forms in Angular
In Angular, Forms are of two types: Template-driven Forms Model-driven Forms, also known as Reactive Forms Reactive Forms are used when there is some immutable data model, which is mapped to a database.To learn more about the working of Reactive Forms, refer to the blog post: Reactive (Model-driven) Forms in AngularĀ orĀ Watch this video on… Continue reading Video: Reactive Forms in Angular
Course: Angular for Beginners
To all the beginners of Angular out there, here is a step-by-step video course for you all. This course will focus on creating web applications using the JavaScript framework AngularĀ and will walk us through a journey of learning how to install Angular to learning how to route from one page to another using components, directives,… Continue reading Course: Angular for Beginners
Video: ViewChild for Component Communication
To do component communication in ANgular, there are many ways. One of those is using ViewChild. Watch this video to learn how to make use of the decorator @ViewChild() for the communication among our components. Happy Learning!
Video: Content Projection in Angular
In this video, we will learn about yet another way of binding the data in Angular, i.e., Content Projection.There is a kind of visual wrapper around our content which has to be projected. To learn more, refer to this video on bpbonline. Do share the feedback. Thanks.
Video – Adding Module using Angular CLI
This videos teaches how to add a module to an Angular Application using Angular CLI. We can also do that manually but to do it using CLI, we use the command: ng generate module module-name There is an alias also to it. ng g m module-name This will add the module to your angular application… Continue reading Video – Adding Module using Angular CLI
Video – Binding arrays to Tables in Angular
In this video, you will learn about binding arrays to tables in Angular. Do not forget to share feedback. Thanks.
Video – Services in Angular
Learn Services and Dependency Injection in Angular. Injecting services is an important concept to be used in almost all the Angular projects. HAPPY LEARNING!
Video – Data Binding in Angular
Learn different ways of Data Binding in Angular. Do share your feedback. Thanks.