You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i wanted to launch build in prod mode with ng build prod
i got this error:
ERROR in : Cannot determine the module for class TimeAgoPipe in /home/gh_action/cca-front-end/node_modules/time-ago-pipe/time-ago-pipe.d.ts! Add TimeAgoPipe to the NgModule to fix it. TypeError: Cannot read property 'flags' of undefined
dispite, it is imported and exported in my module.
here is my Project configuration after running ng -v
Hello,
i wanted to launch build in prod mode with
ng build prod
i got this error:
dispite, it is imported and exported in my module.
here is my Project configuration after running
ng -v
The text was updated successfully, but these errors were encountered: