feat: implement ProductCard component and configure local build settings in angular.json

This commit is contained in:
2026-06-28 23:50:16 +00:00
parent 2cbe681995
commit 8f56785bc3
8 changed files with 256 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "npm"
"packageManager": "npm",
"analytics": false
},
"newProjectRoot": "projects",
"projects": {