angulartics / angulartics2

Vendor-agnostic analytics for Angular2 applications.
MIT License
1.01k stars 195 forks source link

Angular 14 support #456

Open Quentigus opened 1 year ago

Quentigus commented 1 year ago

I'm submitting a ...

please run the following and copy the output

./node_modules/.bin/ng --version

Angular CLI: 14.1.0
Node: 14.17.0
Package Manager: npm 6.14.13

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1401.0
@angular-devkit/build-angular   14.1.0
@angular-devkit/core            14.1.0
@angular-devkit/schematics      14.1.0
@schematics/angular             14.1.0
ng-packagr                      14.1.0
rxjs                            7.5.6
typescript                      4.7.4
sambernet commented 1 year ago

Any update on angular 14 support, now that angular 15 is out for a month? :grin:

Should we fork and provide a PR? Or is anybody working on that already?

MrDWilson commented 1 year ago

Also looking for this, wanting to update my app to Angular 15 and this is blocking now.

shp-odoo commented 10 months ago

is anybody working on that already as angular 16 is out now and it doesn't even support angular 14?

sambernet commented 8 months ago

Thanks to @rnsoon for providing PR #475 and for @scttcper for merging it.

But unfortunately there's still a few problems with it. Because this issue wasn't actually finished, I'll just comment that here in trying to get this forward. In fact, we are looking for angular 16 support, before 17 will be released soon - so let's try to clean up loose ends here first before starting over with those 🙈

Pending issues for ng14 support

Should I try to come up with an MR for this, or do you want to follow up with this @rnsoon ?

scttcper commented 8 months ago

@sambernet yeah if you have time to make a pull request

rnsoon commented 7 months ago

@sambernet apologies for the belated response. i'm doing a PR on the ng-package fix. @scttcper re README, should i update the compatibility table to angular 14? or you prefer doing it after creating the ngx14 release?