UNPKG

useasdemo

Version:

Schematics specific to ecip

14 lines (13 loc) 538 B
import { Tree } from '@angular-devkit/schematics'; export declare const MODULE_ROUTE_CONTENTS: { LOG: string; USER: string; PERMISSION: string; SYSTEM: string; APP: string; AUTH: string; }; export declare function routingModuleContent(addcontents: string[]): string; export declare function insertContent(source: string, start: number, newContent: string): string; /** 字符串匹配,判断是否已存在对应子路由**/ export declare function routeModules(tree: Tree, path: string): number[];