Below are some of the new features in Angular 6: Some of the new features in angular 6 are very promising and will be very useful for the developers. HTTP client libraries have been moved to @angular/common/http. One of the most exciting features of Angular is the full support of Angular Elements, so now we […]
NgIf is an angular structural directive that is used to conditionally filter the data on the HTML Dom based on some desired conditions to get the results on the HTML Dom. Below is a simple implementation of an Angular If app.component.ts import { Component } from ‘@angular/core’; @Component({ selector: ‘app-root’, templateUrl: ‘./app.component.html’, styleUrls: [‘./app.component.css’] }) […]
Create Navbar Component using Bootstrap Navbar component is one of the most basic components that every application. In this tutorial today I am going to show you how we can create a navbar component in angular applications. We will be using angular cli for creating the angular navbar component. Below are the required steps for […]
Run the below command to confirm that angular cli is installed on your system: ng –version Once you run the above command you get a screen similar to the below screen: Once you are sure that angular Cli is installed on your machine, then you can run the below command to generate a component: ng generate Components […]
Sign up for our newsletter to receive the latest news and event postings.
Recent Comments