Guides
Learn how to use ng-openapi features effectively in your Angular applications. New here? Start with the Quick Start.
Setup
CLI Usage
Everyday generation workflows: npm scripts, watch mode, fetching specs, multiple APIs.
Angular Integration
Configure ng-openapi providers and services in your Angular application.
Generated Output
A file-by-file tour of everything ng-openapi writes into your output directory.
Features
Multiple Clients
Configure multiple API clients in a single Angular application.
Date Handling
Work with automatic date transformation features.
File Downloads
Use the built-in file download utilities with generated services.
Schema Validation
Validate API responses against the OpenAPI schema at runtime.
Plugins
HTTP Resource Plugin
Generate Angular services using the httpResource API.
Plugin Authoring
Write your own generator plugin against the documented plugin contract.