diff --git a/package.json b/package.json index 17b2b84f..85cd7aca 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "leaflet": "0.7.7", "leaflet-map": "0.2.1", "lodash": "4.17.4", - "ng2-bootstrap": "1.3.3", "ng2-ckeditor": "1.1.6", "ng2-completer": "1.3.1", "ng2-smart-table": "1.0.3", diff --git a/src/app/pages/forms/components/inputs/components/ratinginputs/ratinginputs.html b/src/app/pages/forms/components/inputs/components/ratinginputs/ratinginputs.html index db456bfc..94cfb8db 100644 --- a/src/app/pages/forms/components/inputs/components/ratinginputs/ratinginputs.html +++ b/src/app/pages/forms/components/inputs/components/ratinginputs/ratinginputs.html @@ -1,13 +1,21 @@
- + + + + + + Rate: {{_rate1}}
- + + + + + + Rate: {{_rate2}}
diff --git a/src/app/pages/forms/forms.module.ts b/src/app/pages/forms/forms.module.ts index 9c5539da..3abdb550 100644 --- a/src/app/pages/forms/forms.module.ts +++ b/src/app/pages/forms/forms.module.ts @@ -2,10 +2,10 @@ import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormsModule as AngularFormsModule } from '@angular/forms'; import { NgaModule } from '../../theme/nga.module'; +import { NgbRatingModule } from '@ng-bootstrap/ng-bootstrap'; import { routing } from './forms.routing'; -import { RatingModule } from 'ng2-bootstrap'; import { Forms } from './forms.component'; import { Inputs } from './components/inputs'; import { Layouts } from './components/layouts'; @@ -28,7 +28,7 @@ import { WithoutLabelsForm } from './components/layouts/components/withoutLabels CommonModule, AngularFormsModule, NgaModule, - RatingModule.forRoot(), + NgbRatingModule, routing ], declarations: [ diff --git a/src/app/pages/ui/components/buttons/components/dropdownButtons/dropdownButtons.html b/src/app/pages/ui/components/buttons/components/dropdownButtons/dropdownButtons.html index 0bc523cc..b3c10f1a 100644 --- a/src/app/pages/ui/components/buttons/components/dropdownButtons/dropdownButtons.html +++ b/src/app/pages/ui/components/buttons/components/dropdownButtons/dropdownButtons.html @@ -1,10 +1,10 @@
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -