+ 4
What is Angular.js?
can anyone explain
2 Respostas
+ 21
AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It is a library written in JavaScript.
0
Or in TypeScript