Describe the bug
When I start a build with the --prod --aot flags, it will fail with the following error:
ERROR in : Unexpected value 'TweetModule in /node_modules/ngx-tweet/lib/ngx-tweet.module.d.ts' imported by the module 'MyModule in /myApp/app.module.ts'. Please add a @NgModule annotation.
Describe the bug When I start a build with the --prod --aot flags, it will fail with the following error:
ERROR in : Unexpected value 'TweetModule in /node_modules/ngx-tweet/lib/ngx-tweet.module.d.ts' imported by the module 'MyModule in /myApp/app.module.ts'. Please add a @NgModule annotation.
To Reproduce Steps to reproduce the behavior:
ng build --prod --aot