In this tutorial, we will take a look at data binding in Angular 5 application. Data and User Interface (UI) both are the fundamentals of any application. And it’s very crucial to find an efficient way to wire them up together. But angular provide us a great support to wire them up together. [Read more…]
What is module in Angular 5
In this tutorial, we will take a look at Module in Angular 5. Basically, a module is a container of different parts of an Angular application. Where you can group all the components, pipes, directives, and services that are related to the application. [Read more…]
What are Components in Angular 5
In this tutorial, we will take a look at components in Angular 5. Components play a vital role in the development of Angular 5 Application. So, first-of-all, we will learn what are components? How to add a component in Angular 5 project? How to add a nested component? [Read more…]
How to Setup Angular 5 Project using Angular CLI in VS Code
Hi, I am going to start a series of Angular 5 tutorials. Where you will learn many things about Angular 5 like components, Interpolation, Property and Event Binding, Routing, Templating and Styling and etc. But first-of-all, now in this Angular 5 tutorial, I will show you how to set up a project in angular 5 using Visual Studio code. [Read more…]