mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
That way we dont “unload” and “load” fragments. This fixes black screens and slow transitions with opengl or cameras
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
import { AngularCompilerPlugin } from '@ngtools/webpack';
|
|
export declare function getResolvedEntryModule(
|
|
ngCompiler: AngularCompilerPlugin,
|
|
projectDir: string
|
|
): {
|
|
path: any;
|
|
className: string;
|
|
};
|