maxandriani / ngx-google-analytics

An easy way to use and configure Google Analytics on Angular 6+ applications
MIT License
120 stars 49 forks source link

FEAT: (Angular 15) - Make component | pipes | directives standalone #113

Open DmitryEfimenko opened 1 year ago

DmitryEfimenko commented 1 year ago

This feature goes along with making the library compatible with Angular 15+.

Making components, pipes, and directives standalone will allow us to export them as such as well. This will slightly help the bundle size for these apps where some of the declarables are not used.

hakimio commented 1 year ago

I have forked the library and published a version for Angular 16 which uses standalone API. Release announcement Installation and usage