I have the following import statement,
import { AppModuleNgFactory } from './app.module.ngfactory';
and it spits out an error - Cannot resolve a symbol AppModuleNgFactory.
I am using https://github.com/mgechev/angular-seed for my angular 2 application.
Any help is appreciated.