@progress/kendo-angular-schematics
Version:
Kendo UI Schematics for Angular
10 lines (9 loc) • 710 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as ts from 'typescript';
import { Tree } from '@angular-devkit/schematics';
export declare function getAppModulePath(host: Tree, mainPath: string): string;
export declare function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null;
export declare function findBootstrapModulePath(host: Tree, mainPath: string): string;