Hi,
In my app/main.aot.ts file, I got an "Cannot find module ‘./app.module.ngfactory’ " warning.
But the application works fine.
Actually the below two lines what will do? And what is need of this?
main.aot.ts
import { AppModuleNgFactory } from "./app.module.ngfactory";
platformNativeScript().bootstrapModuleFactory(AppModuleNgFactory);
Thanks in advance.