feat(focus): interactive options for focus handling

This commit is contained in:
Nathan Walker
2020-08-19 21:34:23 -07:00
parent 315f0e0f73
commit 1007cf9d92
11 changed files with 71 additions and 111 deletions

View File

@@ -3,6 +3,6 @@ import { TransformOperation } from '@ngtools/webpack/src/transformers';
import { AngularCompilerPlugin } from '@ngtools/webpack';
export declare function nsSupportHmrNg(getNgCompiler: () => AngularCompilerPlugin, entryPath: string): ts.TransformerFactory<ts.SourceFile>;
export declare function handleHmrSupport(mainFile: ts.SourceFile): TransformOperation[];
export declare const GeneratedDynamicAppOptions = 'options_Generated';
export declare const GeneratedDynamicAppOptions = "options_Generated";
export declare function getHmrOptionsCode(appModuleName: string, appModulePath: string): string;
export declare function getAcceptMainModuleCode(mainModulePath: string): string;