Core Components
Layout Components
Header
Application header with theme toggle functionality
Loading
Global loading indicator that displays during HTTP requests
Feature Components
Data Management Components
Filters
Filter controls for state selection and page size configuration
Table
Data table for displaying city information
Pagination
Pagination controls for navigating through data pages
Component Architecture
All components follow Angular’s best practices:- Input/Output Pattern: Components use
@Input()for data binding and@Output()for event emission - Reactive Forms: Form controls use Angular’s reactive forms approach
- TypeScript Interfaces: Strongly typed with custom interfaces from
src/app/features/paginator/types/location.ts - Standalone: Components are configured as standalone or module-based as needed