import { RatingModule } from 'ngx-bootstrap/rating';

@NgModule({
  imports: [RatingModule.forRoot(),...]
})
export class AppModule(){}
