CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Angular 5 support? #61

Closed kodeine closed 6 years ago

kodeine commented 6 years ago

Hello, Does it support angular 5?

kodeine commented 6 years ago

i am getting the following error.

screen shot 2018-09-10 at 12 40 54 am
wbhob commented 6 years ago

Angular 5 support was dropped in favor of Angular 6. There are still betas tagged 5.0.0-beta.x that support angular 5, but those are no longer being supported.

This error you shared in particular is from Ionic. You don't have @angular/router installed, which causes this issue.