matheo / angular

Open Source Angular Libraries: MatDataSource, MatDatepicker
http://matheo.co/demos/
MIT License
60 stars 15 forks source link

Fork material datepicker #7

Closed matheo closed 3 years ago

matheo commented 3 years ago

Pending:

Not in the plans:

ghost commented 3 years ago

DeepCode's analysis on #c42d0f found:

Description Example fixes
Using isNaN may lead to unexpected results. Consider the more robust Number.isNaN instead. Occurrences: :wrench: Example fixes
Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type. Occurrences: :wrench: Example fixes
Identifier 'key' is never reassigned; use 'const' instead of 'let'. Occurrences: :wrench: Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot