UNPKG

dbweb-common

Version:

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

7 lines (6 loc) 137 B
import { UrlTree } from '@angular/router'; export interface IRouterState { url: UrlTree; key: string; title: string; }