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
getting Error: NG0202 and (I assume consequential) Error: monthViewDayNumber is not a valid date formatter. Can only be one of monthViewColumnHeader, monthViewDayNumber, monthViewTitle, weekViewColumnHeader, weekViewColumnSubHeader, weekViewTitle, weekViewHour, dayViewHour, dayViewTitle
Minimal reproduction of the problem with instructions
Describe the bug
getting Error: NG0202 and (I assume consequential) Error: monthViewDayNumber is not a valid date formatter. Can only be one of monthViewColumnHeader, monthViewDayNumber, monthViewTitle, weekViewColumnHeader, weekViewColumnSubHeader, weekViewTitle, weekViewHour, dayViewHour, dayViewTitle
Minimal reproduction of the problem with instructions
only when script optimization set tot true:
angular.json
...
"optimization": {
"scripts": true,
"styles": {
"minify": false,
"inlineCritical": false
},
"fonts": true
},
...
Versions
"@angular/core": "15.2.6"
"angular-calendar": "0.31.0"
"tslib": "2.0.0"
"typescript": "4.9.5"
Browser name and version:
chrome Version 117.0.5938.134
The text was updated successfully, but these errors were encountered: