marcoturi / ionic-boilerplate

✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module app.module.ngfactory

1moere1 opened this issue · comments

commented

I get the following Error in TSLint by the IDE:

Error:(4, 36) TS2307: Cannot find module './app.module.ngfactory'.

It's not something that is disturbing me but it still exists. Is there a way to prevent this?

The ngfactory is part of the ngc compilation and it's normal that it's missing from the src/app directory. I would like to have a way to not see that error, but it's more related to the ionic build system than the boilerplate. I suggest you to open an issue here.