A progressively decoupled Angular 2 application proof of concept within Drupal 8.
- Clone this repository into a directory and create a new Drupal site at the repository root (using Acquia Dev Desktop).
- Run
npm install
at./profiles/dangular/modules/custom/angular
to retrieve all of Angular 2's dependencies. - Go to
http://localhost:8080/core/install.php
to begin the Drupal installation process, or usedrush si
. - If using
install.php
, you may encounter an error stating thatdrush_invoke_process()
is unavailable. To continue the installation process, refresh the page. If the error is thrown, when the installation is complete, executedrush genc 24 --types=dangular_grid_item
.
Development is taking place as part of the Acquia Build Week 2016 Hackathon.
- Adam Balsam
- Adam Hoenich
- Kevin O'Leary
- Preston So