December 2016
Beginner to intermediate
1005 pages
21h 54m
English
In the past, Drupal has only shipped with jQuery and a few jQuery plugins used by Drupal core for the JavaScript API. This has changed with Drupal 8. Underscore.js and Backbone.js are now included in Drupal, bringing two popular JavaScript frameworks to its developers.
However, there are many JavaScript frameworks that can be used. In Chapter 5, Frontend for the
Win, you learned about the asset management system and libraries. In this recipe, we will create a module that provides Angular.js as a library and a custom Angular application; the demo is available on the AngularJS home page.
In this example, we will use Bower to manage our third-party angular.js library components. ...
Read now
Unlock full access