An open API service indexing awesome lists of open source software.

https://github.com/303fe/morning-scoreboard

Angular scoreboard component . Good morning .不能用的demo
https://github.com/303fe/morning-scoreboard

angular scoreboard

Last synced: about 1 month ago
JSON representation

Angular scoreboard component . Good morning .不能用的demo

Awesome Lists containing this project

README

          

# morning-scoreboard
Angular scoreboard component . Good morning

![](https://i.imgur.com/ubMmbw1.gif)

Install

```
npm install morning-scoreboard --save
```

## Use

### 1.import 导入

```
import { MorningScoreboardComponent } from 'morning-scoreboard';

@NgModule({
declarations: [
...,
MorningScoreboardComponent
]
})
```

### 2.In component

```

```

## Setting

| propsName | required | default | type |
| :-------: | :------: | :-----: | :-------------: |
| score | true | null | Number\| String |
| second | false | 1.2 | Number |