Small webapp to show planets and their details
- Init angular application
- Setup styles architecture
- Setup lazy loaded feature module with Page/components architecture and routing
- Master detail routing - Master should always be beneath, and detail route should shown above, with back buttom to existing master view
- Make simple responsive effect
- Use css grid for layout and flexbox for one dimensional content
- Make swapi api http rest service + headers + error catching
- Make planet model with id getter with regex + swapi result model
- Template subscribing with else loading
- Shared module with loader component
- Make detail view matching the design
- Make header component + design
- Make list component + design
- css hover effects
- Remove fake apis