rollup-plugin-angular icon indicating copy to clipboard operation
rollup-plugin-angular copied to clipboard

Angular2 template and styles inliner

Results 6 rollup-plugin-angular issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm using a default rollup configuration for develop an Angular 4+ library, but when I make a change to a `.html`, `.scss` or `.css` file, no event is raised for...

When I use module.id in my component angular plugin wants to load the template html from inside the component dir and the module.id dir and the resul is no such...

If I enable rollup's `cache` option then changes to html files and css files will be ignored until their component is edited. e.g. with the following gulpfile ```js var gulp...

help wanted

I love to see all source artifacts in chrome devtools and it would be great if I could see the inlined html in the source-map. Any idea on how to...

I'm trying to create 2 different layouts with 2 different UI frameworks but they share the same ts file. The files are put in `/ui/ui-A` and `/ui/ui-B`, is it good...