Updated package.json
This commit is contained in:
3902
package-lock.json
generated
3902
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@@ -10,26 +10,26 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "~20.3.12",
|
||||
"@angular/animations": "20.3.14",
|
||||
"@angular-devkit/build-angular": "~21.0.3",
|
||||
"@angular/animations": "21.0.5",
|
||||
"@angular/cdk": "20.2.11",
|
||||
"@angular/common": "~20.3.14",
|
||||
"@angular/compiler": "20.3.14",
|
||||
"@angular/core": "20.3.14",
|
||||
"@angular/forms": "~20.3.14",
|
||||
"@angular/common": "~21.0.5",
|
||||
"@angular/compiler": "21.0.5",
|
||||
"@angular/core": "21.0.5",
|
||||
"@angular/forms": "~21.0.5",
|
||||
"@angular/material": "20.2.11",
|
||||
"@angular/platform-browser": "~20.3.14",
|
||||
"@angular/router": "~20.3.14",
|
||||
"@angular/platform-browser": "~21.0.5",
|
||||
"@angular/router": "~21.0.5",
|
||||
"@ngx-translate/core": "~17.0.0",
|
||||
"@ngx-translate/http-loader": "~17.0.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "20.3.12",
|
||||
"@angular/cli": "20.3.12",
|
||||
"@angular/compiler-cli": "20.3.14",
|
||||
"@angular/platform-browser-dynamic": "~20.3.14",
|
||||
"@angular/build": "21.0.3",
|
||||
"@angular/cli": "21.0.3",
|
||||
"@angular/compiler-cli": "21.0.5",
|
||||
"@angular/platform-browser-dynamic": "~21.0.5",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"jasmine-core": "~5.9.0",
|
||||
"karma": "~6.4.0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component} from '@angular/core';
|
||||
import { CommonModule, NgOptimizedImage } from '@angular/common';
|
||||
import { NgOptimizedImage } from '@angular/common';
|
||||
import { MatCardModule } from '@angular/material/card';
|
||||
import { MatChipsModule } from '@angular/material/chips';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
@@ -14,10 +14,14 @@ import {AssetsConstants} from '../../constants/AssetsConstants';
|
||||
selector: 'app-about',
|
||||
standalone: true,
|
||||
imports: [
|
||||
CommonModule, NgOptimizedImage,
|
||||
MatCardModule, MatChipsModule, MatIconModule, MatButtonModule, MatDividerModule,
|
||||
NgOptimizedImage,
|
||||
MatCardModule,
|
||||
MatChipsModule,
|
||||
MatIconModule,
|
||||
MatButtonModule,
|
||||
MatDividerModule,
|
||||
TranslateModule
|
||||
],
|
||||
],
|
||||
templateUrl: './about.component.html',
|
||||
styleUrl: './about.component.scss'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user