This commit is contained in:
2026-04-18 22:21:39 +03:00
parent 9f074ed8a8
commit 2b78bb84d3
11 changed files with 83 additions and 59 deletions
+4
View File
@@ -2,6 +2,10 @@
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.2.
Note: to download the latest version of npm, on the command line, run the following command:
npm install -g npm
## Development server
To start a local development server, run:
+3
View File
@@ -146,5 +146,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
+35 -35
View File
@@ -8,17 +8,17 @@
"name": "jambotron-ui",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^20.0.4",
"@angular/animations": "^20.0.4n",
"@angular/cdk": "^20.1.6",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/common": "21.0.1",
"@angular/compiler": "22.0.0-next.3",
"@angular/core": "22.0.0-next.3",
"@angular/forms": "^20.0.0",
"@angular/material": "^20.1.6",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/platform-server": "22.0.0-next.8",
"@angular/router": "^20.0.0",
"@angular/ssr": "^20.0.2",
"@angular/ssr": "22.0.0-next.2",
"@material/material-color-utilities": "^0.3.0",
"@ng-bootstrap/ng-bootstrap": "19.0.0",
"@popperjs/core": "2.11.8",
@@ -657,9 +657,9 @@
}
},
"node_modules/@angular/common": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.4.tgz",
"integrity": "sha512-fWgxe2rgSKgI36ummBYnBN4YUrmp4CHbfEG3RMeJho/vhHKguk2/o6BgL9zvnKybvbWmuaqbkHogi+y0LeJ8Ww==",
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.1.tgz",
"integrity": "sha512-EqdTGpFp7PVdTVztO7TB6+QxdzUbYXKKT2jwG2Gg+PIQZ2A8XrLPRmGXyH/DLlc5IhnoJlLbngmBRCLCO4xWog==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
@@ -668,20 +668,20 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "20.0.4",
"@angular/core": "21.0.1",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/compiler": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.4.tgz",
"integrity": "sha512-1bP3P8Ll/KUYMPiE6TDjkMXkqCDVgSUAUsVCgzAxz4mcMuc9PnlbhQazpWHCkCDIjGFZ5XIAsS49V7tfaTbLDw==",
"version": "22.0.0-next.3",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.0-next.3.tgz",
"integrity": "sha512-b1z3WTBk0nysyZ9RnZG7EeNiOOr+rpm7/a8KedjJz8+dEeOP6Q+MN3JN4oTvLbU/GaN//560+TAc5MuUY1AKPQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
"node": "^22.22.0 || >=24.13.1"
}
},
"node_modules/@angular/compiler-cli": {
@@ -827,20 +827,20 @@
}
},
"node_modules/@angular/core": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.4.tgz",
"integrity": "sha512-JhSl3B6CrJ9kegLffgWVFGF4D4bWLV/9r8R0+h78vU+ppdPFPWDha7WnirF31cPIg3pBzy6wn103Kcy9Ri5M5w==",
"version": "22.0.0-next.3",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.0-next.3.tgz",
"integrity": "sha512-F0zES0ziee/f429vYuOMe/NokRrEk84IGP9Qtfc0zVoFkzcHdZbFW8o3Eg/F5WI1BxIA4YhEXg33nDN5tEA+AQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
"node": "^22.22.0 || >=24.13.1"
},
"peerDependencies": {
"@angular/compiler": "20.0.4",
"@angular/compiler": "22.0.0-next.3",
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0"
"zone.js": "~0.15.0 || ~0.16.0"
},
"peerDependenciesMeta": {
"@angular/compiler": {
@@ -909,22 +909,22 @@
}
},
"node_modules/@angular/platform-server": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-20.0.4.tgz",
"integrity": "sha512-jCbBPy/KmWw/rW6400My/+2SumnatciWnyWJVy2tKSHU/WDHQdjgk8djMdZODr+2CDORQzdkdBKqf7TuFK6clA==",
"version": "22.0.0-next.8",
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-22.0.0-next.8.tgz",
"integrity": "sha512-kfY2jnNW8RNtX9Bw0M5Wf0x1UiZDlJ6SckoHzLDeu/o+FbXiNkt6t77ACZ9LNBqUIt0pn734ElBO/suKYuNRcw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0",
"xhr2": "^0.2.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
"node": "^22.22.0 || >=24.13.1"
},
"peerDependencies": {
"@angular/common": "20.0.4",
"@angular/compiler": "20.0.4",
"@angular/core": "20.0.4",
"@angular/platform-browser": "20.0.4",
"@angular/common": "22.0.0-next.8",
"@angular/compiler": "22.0.0-next.8",
"@angular/core": "22.0.0-next.8",
"@angular/platform-browser": "22.0.0-next.8",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
@@ -947,18 +947,18 @@
}
},
"node_modules/@angular/ssr": {
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.0.3.tgz",
"integrity": "sha512-AuEO05mdcQU1HBZAJ64eNPEoi4vxgA0zmYjdVK+Z55uwhaAPiyU6Ti/irK7y4IpM5WZ0fTKFzxtgD+GuEqai2w==",
"version": "22.0.0-next.2",
"resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-22.0.0-next.2.tgz",
"integrity": "sha512-O1AK/YMY+4f7rMAHnI2BFJLCancTDEq683A4N2wXo4brsfXgCwp5pygBBi/pHfI7lzgrEkXlbEsWRjBdEjiqEg==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/router": "^20.0.0"
"@angular/common": "^22.0.0-next.0",
"@angular/core": "^22.0.0-next.0",
"@angular/platform-server": "^22.0.0-next.0",
"@angular/router": "^22.0.0-next.0"
},
"peerDependenciesMeta": {
"@angular/platform-server": {
+6 -6
View File
@@ -13,17 +13,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.4",
"@angular/animations": "^20.0.4n",
"@angular/cdk": "^20.1.6",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/common": "21.0.1",
"@angular/compiler": "22.0.0-next.3",
"@angular/core": "22.0.0-next.3",
"@angular/forms": "^20.0.0",
"@angular/material": "^20.1.6",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/platform-server": "22.0.0-next.8",
"@angular/router": "^20.0.0",
"@angular/ssr": "^20.0.2",
"@angular/ssr": "22.0.0-next.2",
"@material/material-color-utilities": "^0.3.0",
"@ng-bootstrap/ng-bootstrap": "19.0.0",
"@popperjs/core": "2.11.8",