You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: