ng-click-outside icon indicating copy to clipboard operation
ng-click-outside copied to clipboard

Angular 12 / Webpack 5 Support

Open stevethemacguy opened this issue 3 years ago • 0 comments

Yes, this plugin still works with Angular 12. I created this issue to help other non-CLI users who might be struggling to get ng-click-outside working. The library is now distributed using the 'Partial-Ivy' format, which has to be processed using the Angular Linker introduced in Angular 12. If you're using Angular CLI, you're good to go. If not, you must add the Linker as a Babel plugin to your Webpack config.

See my Stack Overflow Answer for the fix.

stevethemacguy avatar Sep 22 '21 22:09 stevethemacguy