実行時にエラーが発生した理由ng build --prod
ng-zorro-antd
v1.2.0 と angular v6.1.1を使用すると、実行するng server
とng build
すべて正常に動作します。
しかし、実行するng build --prod
と、次のエラーが発生しました。
ERROR in : Unexpected value 'NzToolTipModule in
/my-project/node_modules/ng-zorro-antd/antd.d.ts'
imported by the module 'AdSidebarNavModule in
/my-project/src/app/share/sidebar-nav/sidebar-nav.module.ts'.
Please add a @NgModule annotation.
私は今それを修正する方法がわかりません。前もって感謝します。