WT Writeup 9
WT Writeup 9
:9
General Features
AngularJS is a productive system that can make Rich Internet Applications (RIA).
AngularJS is open source, totally free, and utilized by a great many engineers the
world over. It is authorized under the Apache permit version2.0.
By and large, AngularJS is a system to assemble expansive scale, elite, and simple to-
keep up web applications.
Core Features:
5. Filters: These select a subset of things from a cluster and restore another exhibit.
7. Templates: These are the rendered see with data from the controller and model.
These can be a solitary record, (for example, index.html) or different perspectives in a
single page utilizing partials.
9. Model View Whatever: MVW is an outline design for isolating an application into
various parts called Model, View, and Controller, each with unmistakable obligations.
AngularJS does not actualize MVC in the conventional sense, yet rather something
nearer to MVVM (Model-View-ViewModel). The Angular JS group alludes it
cleverly as Model View Whatever.
10. Deep Linking: Deep connecting permits to encode the condition of use in the URL
with the goal that it can be bookmarked. The application would then be able to be re-
established from the URL to a similar state.
11. Dependency Injection: AngularJS has a worked in reliance infusion subsystem that
encourages the designer to make, comprehend, and test the applications effectively.
View on GitHub − Click on this button to go to GitHub and get all of the latest
scripts.
Download AngularJS 1 − Or click on this button, a screen as below would be
seen –
1. There are two dfferent options legacy and latest. The names itself are self-
descriptive. Legacy has version less than 1.2.x and latest has 1.5.x version.
2. We can also go with the minified, uncompressed or zipped version.
CDN access − You also have access to a CDN. The CDN will give you access
around the world to regional data centers that in this case, Google host. This means
using CDN moves the responsibility of hosting files from your own servers to a series
of external ones. This also offers an advantage that if the visitor to your webpage has
already downloaded a copy of AngularJS from the same CDN, it won't have to be re-
downloaded.