Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
293 contributions in the last year
Activity overview
Contributed to
angular/angular,
blueriq/blueriq-material,
ng-packagr/ng-packagr
and 5 other
repositories
Contribution activity
May 1, 2019
JoostK has no activity
yet for this period.
April 2019
Created a pull request in angular/angular that received 4 comments
fix(ivy): ngcc - prefer JavaScript source files when resolving module…
… imports Packages that do not follow APF may have the declaration files in the same directory as one source format, typically ES5. This is problem…
+166
−5
•
4
comments
- feat(ivy): translate type-check diagnostics to their original source
- fix(ivy): type-checking should infer string type for interpolations
- fix(ivy): let ngtsc's shim host delegate `resolveModuleNames` method
- fix(ivy): ngcc - insert new imports after existing ones
- fix(ivy): include context name for template functions for `ng-content`
- fix(ivy): ngcc - do not copy declaration files into bundle clone
- feat(ivy): let ngtsc evaluate the spread operator in function calls
- feat(ivy): let ngtsc statically evaluate `Array.concat` calls
- fix(ivy): let ngtsc unwrap expressions when resolving `forwardRef`
- feat(ivy): support `@Injectable` with explicit deps in ngtsc