UNPKG

dbweb-common

Version:

用`yarn add dbweb-common`安装,不要忘记修改`angular.json`里的 `architect\build\options\assets`,加上

14 lines (13 loc) 460 B
import { OnInit } from '@angular/core'; import { ElementsService } from 'dbweb-core'; import { CardSize, IndexService } from '../index.service'; export declare class NoticeComponent implements OnInit { svr: IndexService; eles: ElementsService; hostClass: boolean; navName: string; navSize: CardSize; constructor(svr: IndexService, eles: ElementsService); ngOnInit(): void; readonly hasNotReadNoticeCount: number; }