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
+16
View File
@@ -19,6 +19,7 @@
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/youtube-player": "^16.2.7",
"@ngbracket/ngx-layout": "^16.1.3",
"mat-table-filter": "^15.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
@@ -3731,6 +3732,21 @@
"tslib": "^2.1.0"
}
},
"node_modules/@ngbracket/ngx-layout": {
"version": "16.1.3",
"resolved": "https://registry.npmjs.org/@ngbracket/ngx-layout/-/ngx-layout-16.1.3.tgz",
"integrity": "sha512-N24KX2BIBYXbCfLyr8Q/wXHh5x9w8yGn2G5GLo99inOJ2BtBNu3AvBdvz1oYIsuLEdqgWZIqt0JqlBeIm4u/iQ==",
"dependencies": {
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"rxjs": "^6.5.3 || ^7.8.0"
}
},
"node_modules/@ngtools/webpack": {
"version": "16.2.5",
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.5.tgz",
+2 -1
View File
@@ -21,6 +21,7 @@
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/youtube-player": "^16.2.7",
"@ngbracket/ngx-layout": "^16.1.3",
"mat-table-filter": "^15.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
@@ -39,4 +40,4 @@
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "^5.1.6"
}
}
}
+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";