Files
NativeScript/packages/webpack/utils/transformers-utils.d.ts
Martin Guillon ff8d5979cc fix(android): improve fragment handling on navigation (#8750)
That way we dont “unload” and “load” fragments.
This fixes black screens and slow transitions with opengl or cameras
2020-08-12 10:07:58 -07:00

9 lines
202 B
TypeScript

import { AngularCompilerPlugin } from '@ngtools/webpack';
export declare function getResolvedEntryModule(
ngCompiler: AngularCompilerPlugin,
projectDir: string
): {
path: any;
className: string;
};