Material is a seperate module that based on Primeng for the UI components, gridsystem and flex of bootstrap.
Material include 4 components with a "st" prefix
Components | Selector | Inputs | Output |
---|---|---|---|
dropdown | st-dropdown | SelectItem[] | selectEvent |
listbox | st-listbox | SelectItem[] | selectEvent |
sidebar | st-sidebar | display | heideEvent |
stock-card | st-stock-card | Stock | removeEvent |
Seperated module that includes the views of components
Components | Selector | Inputs | Output |
---|---|---|---|
header | st-header | title | sliderEvent |
my-protfolio | st-my-protfolio | title | label |
stock-selector | st-sidebar | SelectItem | heideEvent |
stock-card | st-stock-card | Stock |
Todo
A part of store
export interface Stock {
stock?: string;
price?: string;
volume?: string;
lastUpdate?: number;
}
- main.scss
- _fonts.scss
- _varibales.scss