Web / Angular Interview questions
What are the limitations of using AngularJS?
- AngularJS runs on the client side browser that make it quite obvious to compromise on the Application security. By minimizing the JS files in Production environment and leveraging other security measures, we could build better application security.
- Client must enable JavaScript in the browser to run the AngularJS applications. Otherwise, the user will just see a blank page.
- Memory leak in JavaScript can cause slow down of any browser. AngularJS works well only from Internet Explorer 8.0 onwards and doesn't support any older versions.
More Related questions...