Ionic 3 requires the import of "BrowserModule" on the app's main module, and it only can be used one time.
As the "browserModule" already exists on the application, we need to remove it from 'ionic2-rating' and add "ComomModule" to be able to use Angular directives like "ngIf" and others.
Ionic 3 requires the import of "BrowserModule" on the app's main module, and it only can be used one time.
As the "browserModule" already exists on the application, we need to remove it from 'ionic2-rating' and add "ComomModule" to be able to use Angular directives like "ngIf" and others.