ngneat / svg-icon

👻 A lightweight library that makes it easier to use SVG icons in your Angular Application
https://netbasal.com
MIT License
257 stars 35 forks source link

Fix schema ID for Angular 13 #63

Closed tunecino closed 2 years ago

tunecino commented 2 years ago

Trying to ng add this into Angular 13.0.2 I am getting the following error:

An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID

Hopefully this PR would be enough as I am not sure if that is all what it needs.

NetanelBasal commented 2 years ago

Thanks, already did it.