mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
By leveraging TypeScript's AST type guards, function parameter assumptions and casting can be removed. Many of these cases caused errors when enabling TypeScript's strict option. This is preliminary work to support enabling full TypeScript strict mode within the project.