Angular 2 is an open source JavaScript framework to build web applications in HTML and JavaScript and has been conceived as a mobile first approach. Angular 2 is the next version of Google’s massively popular MV* framework for building complex applications in the browser. Angular 2 also provides additional features and capabilities, such as robust support for mobile development, easy object orientation, reusable components.
COMPONENTS:
In Angular 2, “everything is a component.” Components are the main way to build and specify elements and logic on the page, through both custom elements and attributes that add functionality to our existing components.
Read More...