Switched to "ngx-layout" from the deprecated "@angular/flex-layout"

This commit is contained in:
Simon Grimme
2023-10-10 23:09:38 +02:00
parent 74cea89cf5
commit 8e8db7fae5
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import {ErrorDialogComponent} from "./components/error-dialog/error-dialog.compo
import {MatDialogModule} from "@angular/material/dialog";
import {MatButtonModule} from "@angular/material/button";
import {MatInputModule} from "@angular/material/input";
import {FlexLayoutModule, FlexModule, GridModule} from "@angular/flex-layout";
import {FlexLayoutModule, FlexModule, GridModule} from "@ngbracket/ngx-layout";
import {LibraryOverviewComponent} from './components/library-overview/library-overview.component';
import {MatProgressSpinnerModule} from "@angular/material/progress-spinner";
import {MatTableModule} from "@angular/material/table";