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
Thanks for the library. We just started using this library in a rather large project, but unfortunately our production builds do not compile if both strictNullChecks (compilerOptions) and fullTemplateTypeCheck (angularCompiler) are enabled. The error is:
ERROR in node_modules\amazing-time-picker\amazing-time-picker.d.ts.ɵa.html(22,17): : Object is possibly 'undefined'.
node_modules\amazing-time-picker\amazing-time-picker.d.ts.ɵa.html(22,17): : Object is possibly 'undefined'.
node_modules\amazing-time-picker\amazing-time-picker.d.ts.ɵa.html(25,53): : Object is possibly 'undefined'.
node_modules\amazing-time-picker\amazing-time-picker.d.ts.ɵa.html(27,23): : Object is possibly 'undefined'.
Any chance you could look into fixing this? Thank you!
The text was updated successfully, but these errors were encountered:
ERROR in node_modules/amazing-time-picker/amazing-time-picker.d.ts.ɵa.html(25,53): : Object is possibly 'undefined'.
node_modules/amazing-time-picker/amazing-time-picker.d.ts.ɵa.html(27,23): : Object is possibly 'undefined'.
This happens when I build angular project with Failing compilation with 'strictNullChecks' and 'fullTemplateTypeCheck' enabled
Hi,
Thanks for the library. We just started using this library in a rather large project, but unfortunately our production builds do not compile if both
strictNullChecks
(compilerOptions) andfullTemplateTypeCheck
(angularCompiler) are enabled. The error is:Any chance you could look into fixing this? Thank you!
The text was updated successfully, but these errors were encountered: