mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

Angular components are loading slow #103

Open sreejith121 opened 7 years ago

sreejith121 commented 7 years ago

Is it possible to implement AOT compilation in angular pdb

lifenstein commented 7 years ago

The gulpfile does mention ngc, for which you will need to install ngc using npm. Not sure it works though.