Angular
Create a static website using Angular 7 – Step by Step tutorial
.
In this blog, we will see how to create a static website in Angular 7. Creating a website or site in Angular is so easy that you can create a simple static website by reading this blog. As you all…
Directives in Angular
.
One of the most important elements of Angular is Directive. In this article, we will learn What are Angular Directives and its type and how to create custom directives. What are Directives in Angular? Directives in Angular extend the use…
How to do Component Communication in Angular?
.
In Angular Apps, you are going to come across a scenario where component needs to communicate with each other. In this blog, we will see how to send data from one component to another component in Angular application. You can…
Angular CLI Commands
.
Below are some of the important and useful Angular CLI commands that are useful while developing an Angular Application. To install Angular CLI To get online help To get detailed help of a command To get Angular version details Read:-…
Angular 2 vs Angular 4 vs Angular 5
.
Angular 2, Angular 4 and Angular 5 are open source and fully TypeScript based client-side framework to develop a Single Page Application (SPA). In this blog, we will explore the new features in Angular 2, Angular 4 and Angular 5….
Building Blocks of an Angular Application
.
The main building blocks of any Angular Application are Component, Modules, Template, MetaData, Data binding, Directive, Services, Dependency Injection, Routing. In this blog, we will see main building blocks of Angular one by one. Architecture of Angular 2 moves around…
Create Angular App and run using Angular CLI
.
Once you are done with the installation and setting the local development environment, we will create a new Angular App using Angular CLI. Install Angular CLI To install Angular CLI run this command in command prompt. npm install -g @angular/cli In…
Angular Tutorial – Setting up the local development environment
.
In this blog, we will see how can we setup development environment in Visual Studio 2017 to run angular 2 application. Angular Installation To setup the Angular 2 environment we need node js, npm and type script. Let’s install these…
Is AngularJS different from Angular?
.
Angular is a well known powerful web application framework in use today. To provide a better stability and highly optimized web application, Angular has released multiple versions time to time. What are AngularJs and Angular? Angular has a completely rewritten…
