List some cons or disadvantages of using angularjs?
Answer / Preety
One disadvantage of AngularJS is its learning curve, as it can be complex for beginners to understand and use. Another con is that AngularJS has a large API surface area, which might lead to code bloat in larger applications. Additionally, AngularJS has been deprecated in favor of Angular (version 2+), and there is less community support and maintenance for AngularJS compared to newer versions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is pure pipe in angular?
What is ivy in angular?
What’s the used of @outputs in angular 2?
What is shadow dom? How is it helping angular 2 to perform better?
Why there are two “destroy” events associated with the termination of scope in angularjs?
What a digest cycle is in angularjs?
How would you specify that a scope variable should have one-time binding only?
What are typings in angular?
Why do we use ts instead of js?
On which types of component can we create a custom directive?
What happen when I import the same module twice?
Who is the author of angular js?