Closed furknyavuz closed 2 years ago
just created this pr for Angular 14 support https://github.com/mzuccaroli/angular-google-tag-manager/pull/145
Thanks!
until the PR is merged you can define this in your package.json
(npm
>= 8.3.0
)
"overrides": {
"angular-google-tag-manager": {
"@angular/common": "14.0.2",
"@angular/compiler": "14.0.2"
}
}
Hi, I updated my angular version to 14.0.1 in my project, and this package stopped working. It is not supporting the angular 14.0.1 version.
Updating the angular version worked fine for us in our packages. So it may work for this repository too. For the reference: https://github.com/open-template-hub/animated-code-editor
Console message:
Thanks 👍