InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between angular and AngularJS? |
|
Answer» AngularJS is the very first version of the Angular. A TOOL named AngularCLI is used to generate Angular COMPONENTS. Angular JS which is a client-side framework works with JAVASCRIPT and still SUPPORTED but not compatible with Angular any more. Simplifying it, AngularJS is the old version and Angular is the newest one. |
|