Posts

ANGULAR INTERVIEW QUS

Image
 1. What is Angular Framework? Angular is a TypeScript-based open-source front-end platform that makes it easy to build applications with in web/mobile/desktop. The major features of this framework such as declarative templates, dependency injection, end to end tooling, and many more other features are used to ease the development.    2. What is the difference between AngularJS and Angular? Angular is a completely revived component-based framework in which an application is a tree of individual components. Some of the major difference in tabular form AngularJS Angular It is based on MVC architecture This is based on Service/Controller It uses JavaScript to build the application Introduced the TypeScript to write the application Based on controllers concept This is a component based UI approach Not a mobile friendly framework Developed considering mobile platform Difficulty in SEO friendly application development Ease to create SEO friendly application