feat(crm): add crm-data-access library with initial component and tests

- Introduced the crm-data-access library with a basic component.
- Added necessary configuration files, including ESLint and TypeScript settings.
- Implemented unit tests for the component to ensure functionality.

Refs: #5254
This commit is contained in:
Lorenz Hilpert
2025-09-11 20:13:56 +02:00
parent 516b7748c2
commit e00de7598d
16 changed files with 364 additions and 130 deletions

View File

@@ -87,6 +87,11 @@
}
],
"nxConsole.generateAiAgentRules": true,
"chat.mcp.enabled": true,
"chat.mcp.discovery.enabled": true
"chat.mcp.discovery.enabled": {
"claude-desktop": true,
"windsurf": true,
"cursor-global": true,
"cursor-workspace": true
},
"chat.mcp.access": "all"
}