UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

17 lines (13 loc) 297 B
--- order: 0 title: 主题 --- 暗系。 ```ts import { Component } from '@angular/core'; @Component({ selector: 'app-demo', template: ` <number-info subTitle="本周访问" total="12,321" subTotal="17.1" status="down" theme="default"></number-info> `, }) export class DemoComponent {} ```