History and different versions of Angular The first version of Angular was Angular1.0 (also known as AngularJS) which was released in 2010.…
js
-
-
What is Angular 7? Angular 7 is a JavaScript (actually a TypeScript based open-source full-stack web application) framework which makes you able…
-
Angular Libraries Angular libraries are built as a solution of general problems such as presenting a unified user interface, presenting data, and…
-
Use of *ngIf directive to change the output conditionally Example: component.ts file: import { Component, OnInit } from ‘@angular/core’; @Component({ selector: ‘app-server2’,…
-
All Angular CLI commands Angular CLI is a command line interface tool which is used to initialize, develop, scaffold, and maintain Angular…
-
Style elements dynamically with ngStyle The ngStyle attribute is used to change or style the multiple properties of Angular. You can change…
-
Angular 7 Architecture Angular 7 is a platform and framework which is used to create client applications in HTML and TypeScript. Angular…
-
Angular 7 Pipes In Angular 1, filters are used which are later called Pipes onwards Angular2. In Angular 7, it is known…
-
Angular 7 Components Components are the key features of Angular. The whole application is built by using different components. The core idea…
-
Angular 7 Property Binding In Angular 7, property binding is used to pass data from the component class (component.ts) and setting the…