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