I recently incorporated a new component into my TypeScript2+Angular2+Ionic2 project. Right now, I have chosen not to reference it anywhere in the project until it is fully developed. However, there seems to be an error thrown by Angular/ngc stating "Cannot determine the module for component Main".
Is there a way to disable this error? In my opinion, this should be a warning rather than a barrier to (ahead of time) compilation.