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