Hi,

I am using Drupal 8 with Composer to manage my dependencies.

I want to install AngularJS because I am using Foundation 6.

Github uses npm to install (npm install -g @angular/cli).

Is there a way to install this via Composer?

Thanks,

Steve

Comments

Jaypan’s picture

Based on this, it looks like you may be able to use:

composer require components/angular.js
srhcpa@debitsandcredits.com’s picture

Jaypan,

That worked perfectly!

Stephen