Guides
Learn how to use ng-openapi features effectively in your Angular applications.
Setup
CLI Usage
Generate API clients using the ng-openapi command line interface.
Angular Integration
Configure ng-openapi providers and services in your Angular application.
Features
HTTP Resource Plugin
Generate Angular services using the experimental httpResource
API.
Multiple Clients
Configure multiple API clients in a single Angular application.
Schema Validation
Validate API responses against the OpenAPI schema at runtime.
File Downloads
Use the built-in file download utilities with generated services.
Date Handling
Work with automatic date transformation features.
Best Practices
Code Generation
Integrate ng-openapi into your development workflow.