Adding a sidenav to new layout

This commit is contained in:
2023-02-07 16:12:05 +01:00
parent 99124e1421
commit 0ca57b4e22
8 changed files with 93 additions and 375 deletions

View File

@@ -19,13 +19,14 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@ngx-formly/bootstrap": "^6.0.0",
"@ngx-formly/core": "^6.0.0",
"@popperjs/core": "^2.11.6",
"ngx-bootstrap-icons": "^1.9.1",
"ngx-wig": "^15.1.4",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0",
"@ngx-formly/core": "^6.0.0",
"@ngx-formly/bootstrap": "^6.0.0"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.5",
@@ -42,4 +43,4 @@
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.2"
}
}
}