which is not recommended in angular js
1. Using basic http auth
2. Max client and server templates
3. using $scope.eval
4 Trusting CSP blindly
Answers
Answered by
12
Max client and server templates
Answered by
0
Max client and server templates is not recommended in angular js.
AngularJS is a structural framework for dynamic web apps and it basically lets you use HTML as your template language.
- Helps you extend the syntax of HTML to express your application elements very clearly and concisely.
- AngularJS's data binding and dependency injection can eliminate most of the code you have to write. This happens in all browsers.
- making it an ideal partner with any server or any technology.
AngularJS is HTML, if it was designed for applications, HTML is a great declarative language for static documents. There isn't much in the way of creating apps with it.
#SPJ2
Similar questions