UNPKG

dbweb-common

Version:

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

10 lines (9 loc) 310 B
import { OnInit } from '@angular/core'; import { IElement } from 'dbweb-core'; import { RouteElementService } from 'dbweb-core'; export declare class PageNotFoundComponent implements OnInit { private rele; element: IElement; constructor(rele: RouteElementService); ngOnInit(): void; }