Finished implementation of frontend functionality.

Styling and bugfixing next
This commit is contained in:
grimsi
2022-07-25 21:17:30 +02:00
parent 57377036c4
commit aa72161990
23 changed files with 146 additions and 152 deletions
@@ -1,22 +0,0 @@
import {Component, OnInit} from '@angular/core';
@Component({
selector: 'app-fullpage-layout',
template: `
<div fxLayout="column" fxFlexFill>
<div fxFlex>
<router-outlet class="hidden-router"></router-outlet>
</div>
</div>
`,
styles: []
})
export class FullpageLayoutComponent implements OnInit {
constructor() {
}
ngOnInit() {
}
}