angular-notifier
angular-notifier copied to clipboard
updated to angular 17.1.2
Updated packages.
I ran ncu to update package versions
Also this is first hacking around with jest in angular, and in jest.setup.ts line 16, updating transform property threw an error on running tests.
I have commented that code out, it works and as far as I google that workaround isn't needed anymore
i just add
"angular-notifier": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
to my package.json file and it work just fine