cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

Enable the strictTemplates compiler option #769

Closed matthew-morris-cessda closed 9 months ago

matthew-morris-cessda commented 9 months ago

This PR enables the strictTemplates compiler option, and fixes the type errors that were discovered.

Enabling strictTemplates ensures that types have been checked in Angular templates, preventing undefined leaks, type errors and other type related issues.