fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Create general component for course card #4

Closed fnitu closed 4 years ago

fnitu commented 4 years ago

A card component with all the needed input params should be created instead of using directly the mat-card component.

The styles related to mat-card from src/styles.scss should be moved to the component scss file

razvantudorache commented 4 years ago

For Home route - course progress, on data model, should be undefined or null in order to not display progress-bar.

Because it uses static data, progress-bar is displayed in both routes, Home and Dashboad.