Introduction-about-Angular
An Angular is a design framework and development platform to...
Install-Angular
To install Angular there are some prerequisites that must be installed ...
Create-Angular-Application
After installing the Angular on our computer along with all ...
Angular-Components
In Angular, the components are the main building block that represen...
Angular-Data-Binding
As far as we have learned about Angular components. Here, we will ...
Angular-String-Interpolation
Let's start by having a closer look at string interpolatio...
Angular-Property-Binding
The property binding is also the one-way data binding that all...
Angular-Event-Binding
The event binding is also another type of one-way data binding in...
Angular-Two-Way-Data-Binding
Here, we will learn about another data binding technique w...
Angular-Directives
In Angular directives helps to manipulate the HTML DOM. Directives t...
Angular-ngIf
In Angular ngIf structural directive allows us to add or remove the HTML e...
Angular-ngSwitch
In Angular ngSwitch built-in structural directive als...
Angular-ngFor
In Angular ngFor structural directive allows us to itera...
Angular-Services
The Services is a piece of reusable code that centralize some kinds of...
Angular-Http
We don’t always use the hardcoded data while developing the applicat...
Angular-Router
In general language, routing means navigating from one part to another. ...
Angular-Redirecting-and-Wildcard-Routes
So, far we have learned about how to configure ...