UNPKG

@oasisdigital/ng-doc-portal-plugin

Version:

Nx plugin for adding the ng-doc-portal system to your nx workspace

6 lines (5 loc) 520 B
import { ExecutorContext } from '@nx/devkit'; import { CompileSchema, CompileWithAngularConfigTargetSchema } from '../util/schema-base'; export declare function getAngularConfigTarget(options: CompileWithAngularConfigTargetSchema, _context: ExecutorContext): string | undefined; export declare function getConfigFileLocationFromContext(options: CompileSchema, context: ExecutorContext): string; export declare function getDocPageLoadersFileLocationFromContext(_options: CompileSchema, context: ExecutorContext): string;