Initial commit
Showing
This diff is collapsed.
| ... | ... | @@ -11,13 +11,21 @@ |
| "private": true, | ||
| "dependencies": { | ||
| "@angular/animations": "^18.0.0", | ||
| "@angular/cdk": "^18.0.3", | ||
| "@angular/common": "^18.0.0", | ||
| "@angular/compiler": "^18.0.0", | ||
| "@angular/core": "^18.0.0", | ||
| "@angular/forms": "^18.0.0", | ||
| "@angular/material": "^18.0.3", | ||
| "@angular/platform-browser": "^18.0.0", | ||
| "@angular/platform-browser-dynamic": "^18.0.0", | ||
| "@angular/router": "^18.0.0", | ||
| "@ng-bootstrap/ng-bootstrap": "^17.0.0", | ||
| "@popperjs/core": "^2.11.8", | ||
| "ag-grid-angular": "^31.3.2", | ||
| "bootstrap": "^5.3.2", | ||
| "jquery": "^3.7.1", | ||
| "jqwidgets-ng": "^19.2.2", | ||
| "rxjs": "~7.8.0", | ||
| "tslib": "^2.3.0", | ||
| "zone.js": "~0.14.3" | ||
| ... | ... | @@ -26,6 +34,7 @@ |
| "@angular-devkit/build-angular": "^18.0.4", | ||
| "@angular/cli": "^18.0.4", | ||
| "@angular/compiler-cli": "^18.0.0", | ||
| "@angular/localize": "^18.0.0", | ||
| "@types/jasmine": "~5.1.0", | ||
| "jasmine-core": "~5.1.0", | ||
| "karma": "~6.4.0", | ||
| ... | ... |
This diff is collapsed.
src/app/model/role.model.ts
0 → 100644
src/app/top/top.component.ts
0 → 100644
Please
register
or
sign in
to comment