WIP: creating footer using grid.

This commit is contained in:
2021-05-04 22:17:15 +02:00
parent 825f744af9
commit 0c50162fdf
5 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -28,6 +28,7 @@ import {MatToolbarModule} from '@angular/material/toolbar';
import {MatIconModule} from '@angular/material/icon';
import {MatSidenavModule} from '@angular/material/sidenav';
import {MatListModule} from '@angular/material/list';
import { BottomBarComponent } from './components/bottom-bar/bottom-bar.component';
// For cookie popup
@@ -83,7 +84,8 @@ const cookieConfig: NgcCookieConsentConfig = {
PageNotFoundPageComponent,
ImprintComponent,
PrivacyComponent,
TopBarComponent
TopBarComponent,
BottomBarComponent
],
imports: [
BrowserModule,