Add Navbar modules

This commit is contained in:
NyxiumYuuki 2021-06-01 15:56:43 +02:00
parent c84a17b47e
commit 67368efd2d

View file

@ -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]