Pinned
4,461 contributions in the last year
Less
More
Contribution activity
March 2021
Created 1 commit in 1 repository
Created a pull request in angular/angular that received 2 comments
fix(language-service): show warning when type inference is suboptimal
The Ivy Language Service uses the compiler's template type-checking engine, which honors the configuration in the user's tsconfig.json. We recommend …
+122
−12
•
2
comments
Opened 2 other pull requests in 1 repository
Reviewed 13 pull requests in 2 repositories
angular/angular 12 pull requests
- Type Constructors for Generic Directives
- feat(common): http client request metadata for use in interceptors
- perf(compiler-cli): ensure module resolution cache is reused for type-check program
- fix(language-service): show warning when type inference is suboptimal
- perf(compiler-cli): avoid module resolution in cycle analysis
- perf(compiler-cli): detect semantic changes and their effect on an incremental rebuild
- refactor(compiler-cli): implement `ɵɵngDeclareNgModule` and `ɵɵngDeclareInjector`
- refactor(compiler): move injector factory
- fix(language-service): provide autocomplete results for incomplete element tags
- fix(language-service): Add plugin option to force strictTemplates
- fix(compiler): recover from an incomplete open tag at the end of a file
- docs(compiler-cli): add README.md for template type checking system