feat: Add auto-generated client, types, and schemas for OpenAPI integration
- Introduced `types.gen.ts` for TypeScript types related to API requests and responses.
- Created `sdk.gen.ts` to define SDK functions for interacting with the API.
- Added `schemas.gen.ts` to define data schemas for various entities like Order, User, Pet, etc.
- Implemented `index.ts` to export SDK and types for easier access.
- Developed `main.ts` and `main.server.ts` for bootstrapping the Angular application.
- Set up server-side rendering with Express in `server.ts`.
- Included basic HTML structure in `index.html`.
- Configured TypeScript settings in `tsconfig` files for application and testing.
- Added global styles in `styles.css`.
This is a binary file and will not be displayed.
This is a binary file and will not be displayed.