Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Give advantages and disadvantages of AngularJS.
Home
AngularJS Packaging and Testing
Give advantages and disadvantages of AngularJS.
0
votes
asked
May 21, 2022
in
AngularJS Packaging and Testing
by
sharadyadav1986
Give advantages and disadvantages of AngularJS.
angularjs-advantages
angularjs-disadvantages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2022
by
sharadyadav1986
Advantages of AngularJS
User can easily create Single page Application
Rich and Responsive experienced to user.
Form Validation is already present.
It is an open source framework.
AngularJS is Platform (Browser) Independent.
It supports Routers and two-way binding.
A code of AngularJS is Unit testable.
Disadvantages of AngularJS
Security: It is not secure as build on JavaScript Framework.
User Dependent: If user disables the JavaScript then AngularJS cannot run.
...