Add Navbar modules
This commit is contained in:
parent
c84a17b47e
commit
67368efd2d
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import { MessageComponent } from './message/message.component';
|
|||
import { RegisterComponent } from './register/register.component';
|
||||
import { ChangePasswordComponent } from './change-password/change-password.component';
|
||||
import { NavbarComponent } from './navbar/navbar.component';
|
||||
|
||||
import {NavbarModule, WavesModule, ButtonsModule, IconsModule} from 'angular-bootstrap-md'
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
@ -33,6 +33,10 @@ import { NavbarComponent } from './navbar/navbar.component';
|
|||
CommonModule,
|
||||
ReactiveFormsModule,
|
||||
AppRoutingModule,
|
||||
NavbarModule,
|
||||
WavesModule,
|
||||
ButtonsModule,
|
||||
IconsModule
|
||||
],
|
||||
providers: [DatePipe],
|
||||
bootstrap: [AppComponent]
|
||||
|
|
|
|||
Reference in a new issue