headless-drupal-angular icon indicating copy to clipboard operation
headless-drupal-angular copied to clipboard

Working "Headless Drupal" example implementation - an AngularJS app set up to talk to Drupal 8 vis the rest.module.

Results 4 headless-drupal-angular issues
Sort by recently updated
recently updated
newest added

- added gulpfile to simplify build process - added npm integration - changed project structure to make stuff easier - updated the README with the updated changes Please check the...

I am getting this error `http://local.drupal8-host.dev:8000/node/2 401 (Unauthorized)`.Any idea what's is wrong with my setup? Basically I just followed the instructions on README. I am not sure if I understand...

For example, if i want to create a node / load a node, i would like to do something in my js like headlessDrupal.loadNode(1); instead of call it from html....

Hey @joshkoenig! Great project. Just wanted to point out that we have something similar for D7, a basic site with REST, and a couple of clients for the front end,...