mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 00:50:00 +00:00
Switched to "ngx-layout" from the deprecated "@angular/flex-layout"
This commit is contained in:
Generated
+16
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user