Skip to content

Commit ee367da

Browse files
committed
feat: initialize Angular client with OpenAPI integration
- Added main entry point for the Angular application with Radix UI theme support. - Configured internal service client with default base URL and authorization headers. - Created Vite configuration for the Angular project. - Implemented TypeScript configuration for strict type checking and module resolution. - Added Tailwind CSS configuration for styling. - Developed comprehensive tests for client functionality, including URL building and authentication handling. - Implemented client utilities for request handling, including query serialization and response parsing. - Defined plugin configuration for the Angular client, allowing for customizable settings. - Established types for the Angular client plugin to ensure type safety and clarity.
1 parent 078d957 commit ee367da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4925
-12
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

0 commit comments

Comments
 (0)