npm install
npm start
,
navigate to http://localhost:4200/
, and it should work!
Undertake the following tasks on the application (estimated time to complete: 2.5 hours)
-
[List view] Add a loading animation on each launch card, [List view] add a placeholder image if the image doesnt load/exist
src/app/launch-list/launch-list.component.html
-
[List view] Make each launch card date a relative date eg: 23 days ago as in
list-example.jpg
src/app/launch-list/launch-list.component.html
-
[Details view] Develop the details screen to fit the wireframe specification
details-wireframe.jpg
Avoid code bloat where possiblesrc/app/launch-details/launch-details.component.html
-
[Details view] Implement NgRx store for launch detail, using the same store and facade pattern as in launch list
-
Fix broken test