June 2014
Intermediate to advanced
696 pages
38h 52m
English
AngularJS is a client-side JavaScript library, which means the only thing you need to do to implement AngularJS in your Node.js environment is to provide a method for the client to get the angular.js library file by using a <script> tag in the HTML templates.
The simplest method of providing the angular.js library is to use the Content Delivery Network (CDN), which provides a URL for downloading the library from a third party. The downside of this method is that you must rely on a third party to serve the library, and if the client cannot connect to that third-party URL, your application will not work. For example, the following <script> tag loads the angular.js library from Google APIs CDN:
Read now
Unlock full access