ng-select installed
This commit is contained in:
@@ -2,6 +2,8 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgSelectDemoComponent } from './ng-select-demo/ng-select-demo.component';
|
||||
import { NgSelectDemoRoutingModule } from './ng-select-demo-routing.module';
|
||||
import { NgSelectModule } from '@ng-select/ng-select';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
|
||||
|
||||
@@ -9,6 +11,8 @@ import { NgSelectDemoRoutingModule } from './ng-select-demo-routing.module';
|
||||
declarations: [NgSelectDemoComponent],
|
||||
imports: [
|
||||
CommonModule,
|
||||
NgSelectModule,
|
||||
FormsModule,
|
||||
NgSelectDemoRoutingModule
|
||||
]
|
||||
})
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
@import '~bootstrap/scss/bootstrap';
|
||||
@import '~ngx-bootstrap/datepicker/bs-datepicker.css';
|
||||
@import '~ngx-bootstrap/datepicker/bs-datepicker.css';
|
||||
@import "~@ng-select/ng-select/themes/default.theme.css";
|
||||
Reference in New Issue
Block a user