spirosikmd / angular2-focus

Angular attribute directive that gives focus on an element depending on a given expression 🔎
MIT License
21 stars 2 forks source link

update to angular 6 #86

Closed losorio35 closed 6 years ago

losorio35 commented 6 years ago

hello guys, Do you plan to update this library? to be compatible with angular 6

spirosikmd commented 6 years ago

Hi @losorio35! Thank you for submitting this issue! Yes, the plan is to update the library to support angular 6 soon. Just for my understanding, have you tried it with an angular 6 project? Does something break?

odahcam commented 6 years ago

Probably you gonna need rxjs-compat, as ng 5 and 6 uses different versions of RxJS.

spirosikmd commented 6 years ago

Hi @losorio35 and @odahcam! Can you give this angular-6 branch a try, just to make sure everything works properly? Thanks!

spirosikmd commented 6 years ago

:tada: This issue has been resolved in version 1.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: