Files
copilotkit__copilotkit/examples/v2/angular/demo/angular.json
Martha Schumann 346618e601 fix(angular-demo): resolve @copilotkit/angular module not found
- angular.json: fix CSS path from @copilotkit/angular → @copilotkitnext/angular
- tsconfig.json: fix @copilotkit/angular paths entry to use correct mjs filename
- package.json: add link: alias so pnpm creates the missing node_modules symlink

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 16:12:38 -07:00

35 lines
956 B
JSON

{
"$schema": "https://json.schemastore.org/angular-cli",
"version": 1,
"projects": {
"angular-demo": {
"projectType": "application",
"root": ".",
"sourceRoot": "src",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angular-demo",
"index": "src/index.html",
"browser": "src/main.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["node_modules/@copilotkitnext/angular/dist/styles.css"],
"optimization": false
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "angular-demo:build"
}
}
}
}
},
"cli": {
"analytics": "980356bd-241e-4f9c-91f9-6c7714a97a43"
}
}