danguilherme / ng-cli-pug-loader

:sparkles: Angular schematics to add .pug to your project
GNU General Public License v3.0
56 stars 17 forks source link

[Feature Request] Support Integration of pug-plugin-ng #32

Closed ScallyGames closed 11 months ago

ScallyGames commented 4 years ago

Finally this is a proper solution to use pug with angular-cli.

However it would be nice to have support for quote-less usage of angular binding syntax ([], (), [()]) as provided by https://github.com/tycho01/pug-plugin-ng.

Is there any way to register the plugin to the loader?

danguilherme commented 11 months ago

This project is no longer maintained. Check out ngx-pug-builders to add support to pug files to your Angular project.