utils.d.ts 206B

123
  1. export declare function getFallbackMainContent(): string;
  2. export declare function replaceBootstrapImpl(filePath: string, fileContent: string, appNgModulePath: string, appNgModuleClassName: string): string;