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
When I try to build my project with the following command:
ng build --aot -prod
Then I get the following warnings and error:
WARNING in Invalid background value at 252:282. Ignoring.
WARNING in Invalid background value at 276:60084. Ignoring.
ERROR in ../angular-bootstrap-datetimepicker/angular-bootstrap-datetimepicker.ts(104,9): Error during template compile of 'DlDateTimePickerStringModule'
Function calls are not supported in decorators but 'localeData' was called.
What does that mean? Can you figure out a solution?
Thanks!
The text was updated successfully, but these errors were encountered:
When I try to build my project with the following command:
Then I get the following warnings and error:
WARNING in Invalid background value at 252:282. Ignoring.
WARNING in Invalid background value at 276:60084. Ignoring.
ERROR in ../angular-bootstrap-datetimepicker/angular-bootstrap-datetimepicker.ts(104,9): Error during template compile of 'DlDateTimePickerStringModule'
Function calls are not supported in decorators but 'localeData' was called.
What does that mean? Can you figure out a solution?
Thanks!
The text was updated successfully, but these errors were encountered: