Posts

Showing posts from August, 2018

1). Introduction of New Angular 2/4/6 & features

What is Angular? The first version that was released is Angular1, which is also called AngularJS. AngularJS was based on the model view controller. Angular2 comes with lots of changes in ground level and framework which having component & model,Classes. Angular 4 released in March 2017, recently Angular 6 was released on May 4, 2018. Angular developed & maintain by Google Developer . you can start from Angular.io .  Angular 2/4 improved on that functionality and made it faster, more scalable and more modern. Many people were happy with the functionality that Angular 1.x afforded them. There are so many framework are their & all having their own favors. Why we choose Angular 2/4/6 over to other JS frameworks? Basketball!23 Angular is a more Structured framework that allows programmers to focus on simply building  JavaScript classes. Views and controllers are replaced with components in Angular, Also refined directives. The An...