angular-notifier icon indicating copy to clipboard operation
angular-notifier copied to clipboard

updated to angular 17.1.2

Open manishsingh10895 opened this issue 1 year ago • 1 comments

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

manishsingh10895 avatar Feb 08 '24 13:02 manishsingh10895

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

fouratachour avatar Aug 20 '24 10:08 fouratachour