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
everything works fine in development when the project runs using ng serve command. However when build using ng serve --prod and test in production nothing works. Following is my package.json file content.
Note: I'm not sure about other local storage options as I'm only using cookie storage
I'm using @cookiestorage decorator on fields like this:
@CookieStorage({key: 'customerssearchTerm'}) searchTerm ="";
everything works fine in development when the project runs using
ng serve
command. However when build usingng serve --prod
and test in production nothing works. Following is my package.json file content.Note: I'm not sure about other local storage options as I'm only using cookie storage
The text was updated successfully, but these errors were encountered: