arkon / ng-inline-svg

[Inactive] Angular directive for inserting an SVG file inline within an element.
https://echeung.me/ng-inline-svg/
MIT License
210 stars 88 forks source link

Can't import latest versions ng-inline-svg - only with version 9.2.X #129

Closed JulienLeal closed 4 years ago

JulienLeal commented 4 years ago

I'm trying to use your module, but I getting this error:

ERROR in src/app/app.module.ts:3:33 - error TS2307: Cannot find module 'ng-inline-svg'. 3 import { InlineSVGModule } from 'ng-inline-svg';

Well, obviously, I had been installed the module correctly. Versions 9.2.0 and 9.2.1 have this error for me, but with the version 9.0.0 works.

arkon commented 4 years ago

Try 9.2.2? I screwed up what was included in the published artifacts in 9.2.1, so I've unpublished that.

JulienLeal commented 4 years ago

Ther version 9.2.2 is ok. Thanks