NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

Angular 5 removed OpaqueToken #35

Closed netwobble closed 6 years ago

netwobble commented 6 years ago

core: OpaqueToken has been removed as it was deprecated since v4. Use InjectionToken instead.

https://github.com/angular/angular/blob/master/CHANGELOG.md#code-refactoring .

hdrdiab commented 6 years ago

After upgrading to angular 5 i am getting a run time error caused by ngx-fonticon ,i think this issue is related.

Burgov commented 6 years ago

this was fixed in c7711c2326d70d680feb929e2b8d2777d74edf31, so upgrade and you should be good