rosen-group / ngx-onboarding

Onboarding module for Angular applications
Other
52 stars 13 forks source link

Angular 5(Ionic3) #26

Closed ansarikhurshid786 closed 5 years ago

ansarikhurshid786 commented 5 years ago

Will it work with angular 5?

SDohle commented 5 years ago

Hi,

we use the providedIn: 'root' feature and this was introduced with Angular 6 (as far as i know). So it will not work with Angular 5.

You may fork this project and add the necessary imports in the services and components by yourself.