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).
- Host: GitHub
- URL: https://github.com/loiane/angular-nested-select
- Owner: loiane
- Created: 2022-01-02T02:25:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T00:08:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T03:51:07.644Z (6 months ago)
- Topics: angular, angular-cli, angular-material
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/angular-nested-select
- Size: 65.4 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
![]()