Hello readers, In this tutorial, i am going to explain you about Components in Angular 2. In my previous session, we have learned Modules in Angular 2. Here we are going to see what exactly is Component in Angular 2. Introduction to Components in Angular 2: Components are the fundamental building blocks of the Angular 2…
Modules in Angular 2
Hello Friends, In this tutorial we are going to learn Modules in Angular 2. In the Last Session, we have seen how to setup environment for creating a Simple Hello World application. Modules provide a mechanism to group components, directives, pipes and services that are related in such a way so that it can be combined with other…
Hello World Application using Angular 2
Hello Friends, In this tutorial we are going to learn how to create a simple Hello World application using Angular 2. Angular 2 is most popular framework nowadays which is developed by Google. This framework has overcome the problem while developing a single page application. Introduction: There are various ways to get started with a…