ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
13 lines (11 loc) • 376 B
text/typescript
import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
export interface Schema extends ComponentSchema {
/**
* 指定目标路径,支持 `bus/list` 写法 (Specifies relative path, could be set like `bus/list`.)
*/
target?: string;
/**
* 指定组件名不加前缀 (Without prefix to selectors)
*/
withoutPrefix?: boolean;
}