Category Archives: AngularJS

Integrate Angular 2 Front End with Spring-boot

Click here to view

Posted in AngularJS, Spring-Boot | Leave a comment

MVC with AngularJS

  1. When you start the application , it parses the markups or tags using the compiler. 2. The DOM generated after parsing is the View . 3. <ng-app/> is the directive that initializes the application. 4. The <ng-model/> directive … Continue reading

Posted in AngularJS | 1 Comment