An open API service indexing awesome lists of open source software.

https://github.com/loiane/angular-nested-select

Angular Nested Select example (Country-State-City).
https://github.com/loiane/angular-nested-select

angular angular-cli angular-material

Last synced: 2 months ago
JSON representation

Angular Nested Select example (Country-State-City).

Awesome Lists containing this project

README

          

# Angular Nested Selects

Example demonstrating nested selects (Reactive Forms) using Countries, States and Cities. State field is disabled until a country is selected. City field is disabled until a state is selected.

[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/angular-nested-select)


Angular Nested Selects