mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
20ea149a85
Enabling `strict` is part of an effort to improve the quality of the devtools code base. One of the direct side effect is to enable `noImplicitAny`, `strictPropertyInitialization` and `strictBindCallApply`. This commit also replaces `fullTemplateTypeCheck` with `stringTemplates`. PR Close #53340
Shared Utilities
This directory contains shared utilities between different Angular DevTools modules.