dzonatan / ngx-linky

Linky pipe for angular
MIT License
41 stars 13 forks source link

ngx Linky fails to compile #10

Closed atotalnoob closed 5 years ago

atotalnoob commented 5 years ago

Hi I added the package via npm i --save ngx-linky Installed version 2.1.0

I added linkyModule to the module in question.

I then used linky in a component <span [innerHTML]="msg | linky">

I ran the application and it failed to compile.

Error: Can't Resolve 'autolinker' in PathTongxLinky

dzonatan commented 5 years ago

Seems like you forgot to add peer dependency autolinker. npm i autolinker.