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 { RegisterComponent } from './register/register.component';
|
||||||
import { ChangePasswordComponent } from './change-password/change-password.component';
|
import { ChangePasswordComponent } from './change-password/change-password.component';
|
||||||
import { NavbarComponent } from './navbar/navbar.component';
|
import { NavbarComponent } from './navbar/navbar.component';
|
||||||
|
import {NavbarModule, WavesModule, ButtonsModule, IconsModule} from 'angular-bootstrap-md'
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
@ -33,6 +33,10 @@ import { NavbarComponent } from './navbar/navbar.component';
|
||||||
CommonModule,
|
CommonModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
AppRoutingModule,
|
AppRoutingModule,
|
||||||
|
NavbarModule,
|
||||||
|
WavesModule,
|
||||||
|
ButtonsModule,
|
||||||
|
IconsModule
|
||||||
],
|
],
|
||||||
providers: [DatePipe],
|
providers: [DatePipe],
|
||||||
bootstrap: [AppComponent]
|
bootstrap: [AppComponent]
|
||||||
|
|
|
||||||
Reference in a new issue