[問題]Ng build --prod出現錯誤訊息

由於使用 ng build後的檔案很大包,但用–prod參數後會出現以下錯誤,是否有解決方法呢?

你的 AppComponent 跟 NavMenuComponent 有在 Module裡面 declare嗎?

NavMenuComponent 補放,AppComponent 本來就有,再試一次這個訊息還是存在。

要看程式碼才能知道原因了,這樣子看不出原因的,把 main.ts 跟 app.module 的程式碼貼上來看看吧

後來在這篇: https://github.com/angular/angular-cli/issues/6020

改成「ng build --prod --aot false 」可以成功。

這只是暫時的解法吧,不跑 aot 的 vendor 還是會很大包。

嗯嗯,感謝,不過已經比直接build小包多了,目前還是有1.3M