I want to compile my angular 2 projects with AOT.
ng build --prod --aot
gives this error;
ERROR in Unexpected value 'null' imported by the module 'AppModule in D:/Git/ng_v4_aot/src/app/app.module.ts'
Are there any initial configurations before compiling with AOT?