Fri Apr 24 07:10:02 AM EDT 2026
This project is live at https://coloradoquiz.web.app thanks to Firebase.
CI Status:
System Memory
total used free shared buff/cache available
Mem: 3.7Gi 767Mi 1.3Gi 6.4Mi 2.0Gi 3.0Gi
Swap: 975Mi 915Mi 60Mi
System Storage
2.1G .yarn run v1.22.22
$ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI : 21.2.8
Angular : 21.2.10
Node.js : 24.15.0
Package Manager : yarn 1.22.22
Operating System : linux x64
┌───────────────────────────────────┬───────────────────┬───────────────────┐
│ Package │ Installed Version │ Requested Version │
├───────────────────────────────────┼───────────────────┼───────────────────┤
│ @angular-devkit/build-angular │ 21.2.8 │ ^21.2.8 │
│ @angular/animations │ 21.2.10 │ ^21.2.10 │
│ @angular/cdk │ 21.2.8 │ 21.2.8 │
│ @angular/cli │ 21.2.8 │ ^21.2.8 │
│ @angular/common │ 21.2.10 │ ^21.2.10 │
│ @angular/compiler │ 21.2.10 │ ^21.2.10 │
│ @angular/compiler-cli │ 21.2.10 │ ^21.2.10 │
│ @angular/core │ 21.2.10 │ ^21.2.10 │
│ @angular/forms │ 21.2.10 │ ^21.2.10 │
│ @angular/localize │ 21.2.10 │ 21.2.10 │
│ @angular/material │ 21.2.8 │ 21.2.8 │
│ @angular/platform-browser │ 21.2.10 │ ^21.2.10 │
│ @angular/platform-browser-dynamic │ 21.2.10 │ ^21.2.10 │
│ @angular/router │ 21.2.10 │ ^21.2.10 │
│ @angular/service-worker │ 21.2.10 │ ^21.2.10 │
│ rxjs │ 7.8.1 │ ~7.8.0 │
│ typescript │ 5.9.3 │ ~5.9.3 │
│ zone.js │ 0.15.0 │ ~0.15.0 │
└───────────────────────────────────┴───────────────────┴───────────────────┘
Done in 1.03s.
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.74s.Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Latest version: 1.0.30001790
Installed version: 1.0.30001790
caniuse-lite is up to date
caniuse-lite has been successfully updated
No target browser changesyarn run v1.22.22
$ ng build --configuration production
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
❯ Building...
✔ Building...
Initial chunk files | Names | Raw size | Estimated transfer size
main-AR6G6RAY.js | main | 1.01 MB | 203.71 kB
styles-CZWGMGW6.css | styles | 103.79 kB | 7.64 kB
polyfills-RJMUQUVT.js | polyfills | 34.98 kB | 11.51 kB
| Initial total | 1.15 MB | 222.86 kB
Application bundle generation complete. [11.626 seconds] - 2026-04-24T11:10:48.002Z
▲ [WARNING] NG8107: NG8107: The left side of this optional chain operation does not include 'null' or 'undefined' in its type, therefore the '?.' operator can be replaced with the '.' operator. Find more at https://v21.angular.dev/extended-diagnostics/NG8107 [plugin angular-compiler]
src/app/quiz/quiz.component.html:18:30:
18 │ @for (question of quiz?.questions; track question) {
╵ ~~~~~~~~~
Warning occurs in the template of component QuizComponent.
src/app/quiz/quiz.component.ts:14:17:
14 │ templateUrl: './quiz.component.html',
╵ ~~~~~~~~~~~~~~~~~~~~~~~
Output location: /home/kushal/src/angular/coloradoquiz/dist/coloradoquiz
Done in 13.49s.Fri Apr 24 07:11:11 AM EDT 2026 yarn version v1.22.22 info Current version: 0.0.13429 info New version: 0.0.13430 Done in 0.08s.