SlideShare a Scribd company logo
Integrating AngularJS
with Drupal 7
Integrating AngularJS
w/ Andrew Riley @andrewmriley
with Drupal 7
Getting to know Angles
The Concept
•
•
•
•
•

Map controllers to Blocks/Panes
Let Drupal load the code
Let other modules handler interfacing
Use AngularJS routing or don’t
Templates load in blocks for caching
Installing
• Drop angular.min.js in libraries/angular
folder
• Enable modules
– Angles Context module*
– Angles Block module
Create Your Module
•
•
•
•

Create a custom module
Put files in a subdirectory
Use the structure you want for JS file layout
Add in functions
Important Functions
• hook_angles_post_load() - Loads your app
file after all other files.
• hook_angles_controllers() - Defines
controllers.
Important Functions
• hook_angles_templates() - Defines
template files. Used for both Controller
Blocks & ng-template.
• hook_angles_require() - Loads additional
JS files (services, factories, directives, etc)
Create a Controller Block
• Select your controller
• Select your template
• Soon to be exportable
Preloading JS Blocks
• Uses defined templates
• Works with Directives
• Requires Context currently
Context
• Define the application name
• Preload a ng-template
ng-app
• Only one per page
• Use the context to add to the body tag
• If you need to add it on a different level add
it on the theme level.
• Generally not recommended to have more
than one ng-app per page.
Gotchas
Services
• Get CSRF token if writing any data.
• It is possible to send the CSRF function
without modifying much code.
CRSF Token
var addHeaders = function(token) {
$http.defaults.headers.post['X-CSRF-Token'] = token;
$http.defaults.headers.put['X-CSRF-Token'] = token;
// Delete object does not exist by default, create it
$http.defaults.headers.delete = {};
$http.defaults.headers.delete['X-CSRF-Token'] = token;
};
Time Keeping
• Watch your AngularJS -> Drupal time
saving
• avoid .getTime()
• use .toUTCString()
• PHP can read RFC-1123
• Never transfer as seconds
Angular Services VS Entities
• Remember JS AJAX request are async
• Watch your entity relationships
The Future
Panels Support
• Additional module
• Can choose context/blocks and/or Panels
Yeoman Generator
• Manually creating a custom Angles module
isn’t fun
• yo generate-angles in the works
• Creates basic angles module
Exportables
• Angles blocks are not currently exportable
• Code in the works to add to features
Questions?
Integrating AngularJS
with Drupal 7
Integrating AngularJS
w/ Andrew Riley @andrewmriley
with Drupal 7

More Related Content

What's hot (20)

PPTX
Single Page Applications in SharePoint with Angular
Sparkhound Inc.
 
PPTX
Packing for the Web with Webpack
Thiago Temple
 
PPTX
React basic by Yoav Amit, Wix
Chen Lerner
 
PDF
Adobe AEM for Business Heads
Yash Mody
 
PDF
Sencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha
 
PDF
Pre rendering media sites with nuxt.js & netlify
nuppla
 
PDF
Drupalcon 2021 - Nuxt.js for drupal developers
nuppla
 
PDF
Intro to Vue
Isatu Conteh
 
PPTX
[Srijan Wednesday Webinars] Developing Large Scale Applications in AngularJS
Srijan Technologies
 
PPTX
Backbonejs
SHASHI KUMAR
 
PPTX
Bundling your front-end with Webpack
Danillo Corvalan
 
PPT
Angular js
yogi_solanki
 
PPTX
SenchaCon 2016: The Modern Toolchain - Ross Gerbasi
Sencha
 
PPTX
Asp.NET Handlers and Modules
py_sunil
 
PPTX
Vue js for beginner
Chandrasekar G
 
PPTX
Angular js
Larry Ball
 
PDF
Integrating React.js Into a PHP Application
Andrew Rota
 
PPT
Angular js
Hritesh Saha
 
PDF
Building Angular Component Libraries
Isatu Conteh
 
PPTX
SenchaCon 2016: Learn the Top 10 Best ES2015 Features - Lee Boonstra
Sencha
 
Single Page Applications in SharePoint with Angular
Sparkhound Inc.
 
Packing for the Web with Webpack
Thiago Temple
 
React basic by Yoav Amit, Wix
Chen Lerner
 
Adobe AEM for Business Heads
Yash Mody
 
Sencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha
 
Pre rendering media sites with nuxt.js & netlify
nuppla
 
Drupalcon 2021 - Nuxt.js for drupal developers
nuppla
 
Intro to Vue
Isatu Conteh
 
[Srijan Wednesday Webinars] Developing Large Scale Applications in AngularJS
Srijan Technologies
 
Backbonejs
SHASHI KUMAR
 
Bundling your front-end with Webpack
Danillo Corvalan
 
Angular js
yogi_solanki
 
SenchaCon 2016: The Modern Toolchain - Ross Gerbasi
Sencha
 
Asp.NET Handlers and Modules
py_sunil
 
Vue js for beginner
Chandrasekar G
 
Angular js
Larry Ball
 
Integrating React.js Into a PHP Application
Andrew Rota
 
Angular js
Hritesh Saha
 
Building Angular Component Libraries
Isatu Conteh
 
SenchaCon 2016: Learn the Top 10 Best ES2015 Features - Lee Boonstra
Sencha
 

Viewers also liked (6)

PPTX
Single Page Apps with Drupal 8
Chris Tankersley
 
PPTX
Drupal.js: Best Practices for Managing Javascript in Drupal
Bryan Braun
 
PPTX
Adding Electronics to 3D Printed Action Heroes
Anna Gerber
 
PDF
Iot 101
Anna Gerber
 
PPTX
Implemeting Sencha Ext JS in Drupal
drupalsydney
 
PDF
[drupalday2017] - Decoupled frontend con Drupal 8 e OpenUI 5
DrupalDay
 
Single Page Apps with Drupal 8
Chris Tankersley
 
Drupal.js: Best Practices for Managing Javascript in Drupal
Bryan Braun
 
Adding Electronics to 3D Printed Action Heroes
Anna Gerber
 
Iot 101
Anna Gerber
 
Implemeting Sencha Ext JS in Drupal
drupalsydney
 
[drupalday2017] - Decoupled frontend con Drupal 8 e OpenUI 5
DrupalDay
 
Ad

Similar to Integrating AngularJS with Drupal 7 (18)

PPTX
AngularJS & Drupal - Андрей Березовский
DrupalCamp MSK
 
PDF
Angular js book
Kamlesh Singh
 
PDF
Angularjs
Heinrrich Facho
 
PDF
Angularjs
Mustafa Juma
 
PPTX
Nacho's Guide to Drupal+Angular
Joe Tippetts
 
PDF
[Ebooks PDF] download AngularJS 1st Edition Brad Green full chapters
kiciunonge
 
PDF
Download full ebook of Angularjs Brad Green Shyam Seshadri instant download pdf
mehiicniode
 
PDF
Drupal8 + AngularJS
Daniel Kanchev
 
PDF
Building the Front End with AngularJS
John Ennew
 
PPTX
Angular js 1.0-fundamentals
Venkatesh Narayanan
 
PDF
AngularJS in practice
Eugene Fidelin
 
PDF
243329387 angular-docs
Abhi166803
 
PDF
Course CodeSchool - Shaping up with Angular.js
Vinícius de Moraes
 
PDF
Introduction to AngularJS
Aldo Pizzagalli
 
PPTX
Angular js- 1.X
Nitin Giri
 
PPTX
Angular Js Advantages - Complete Reference
EPAM Systems
 
PPTX
Angular js workshop
Rolands Krumbergs
 
PPTX
Angular from Zero to Mastery - Training (Intermediate)
Smail LOUNES
 
AngularJS & Drupal - Андрей Березовский
DrupalCamp MSK
 
Angular js book
Kamlesh Singh
 
Angularjs
Heinrrich Facho
 
Angularjs
Mustafa Juma
 
Nacho's Guide to Drupal+Angular
Joe Tippetts
 
[Ebooks PDF] download AngularJS 1st Edition Brad Green full chapters
kiciunonge
 
Download full ebook of Angularjs Brad Green Shyam Seshadri instant download pdf
mehiicniode
 
Drupal8 + AngularJS
Daniel Kanchev
 
Building the Front End with AngularJS
John Ennew
 
Angular js 1.0-fundamentals
Venkatesh Narayanan
 
AngularJS in practice
Eugene Fidelin
 
243329387 angular-docs
Abhi166803
 
Course CodeSchool - Shaping up with Angular.js
Vinícius de Moraes
 
Introduction to AngularJS
Aldo Pizzagalli
 
Angular js- 1.X
Nitin Giri
 
Angular Js Advantages - Complete Reference
EPAM Systems
 
Angular js workshop
Rolands Krumbergs
 
Angular from Zero to Mastery - Training (Intermediate)
Smail LOUNES
 
Ad

Recently uploaded (20)

PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Biography of Daniel Podor.pdf
Daniel Podor
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 

Integrating AngularJS with Drupal 7