Application builds and runs without aot flag but fails with following command
ng build -local -aot true
Error
ERROR in Unexpected value 'NvD3Component in /usr/local/code/myapp/node_modules/ng2-nvd3/build/ng2-nvd3.component.d.ts' declared by the module 'BSCommonModule in /usr/local/code/myapp/src/app/common/common.module.ts'. Please add a @Pipe/@Directive/@Component annotation.
Application builds and runs without aot flag but fails with following command
ng build -local -aot true Error
ERROR in Unexpected value 'NvD3Component in /usr/local/code/myapp/node_modules/ng2-nvd3/build/ng2-nvd3.component.d.ts' declared by the module 'BSCommonModule in /usr/local/code/myapp/src/app/common/common.module.ts'. Please add a @Pipe/@Directive/@Component annotation.