Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
787 contributions in the last year
Activity overview
Contribution activity
October 2020
- fix(bazel): only providing stamping information if the --stamp flag is used
- build: upgrade karma to version 4.4.0
- fix(platform-server): Resolve absolute URL from baseUrl
- build: revert back to downloading cldr-data directly rather than via npm
- docs: clarify grammatical error
- refactor(core): Replace `ExpandoInstructions` with `HostBindingOpCodes`
- i18n cleanup 5
- fix(core): promote i18n constants to Trusted Types
- feat(core): support passing Trusted Types around sanitization pipeline
- fix(compiler): make JIT compiler Trusted Types compatible
- test(zone.js): test zone.js packge with tgz
- refactor(dev-infra): remove branches created for g3 comparison
- ci: add jessicajaniuk to require-minimum-review reviewers
- fix(compiler): promote constants in templates to Trusted Types
- docs: add Discord as an official communication channel
- fix(router): remove preserveQueryParams symbol
- fix(core): make development mode Trusted Types compatible
- fix(core): convert legacy-sanitized values to Trusted Types
- fix(core): pass a Trusted Types policy to inert DOM builder
- feat(core): create internal Trusted Types module
- ci: run windows CI jobs on PRs
- build(zone.js): zone.js should output esm format for fesm2015 bundles
- refactor(animations): do not assign to innerHTML
- docs: add more context to the strict mode guide
- build(docs-infra): render optional decorator options with a ?
- Some pull request reviews not shown.
Created an issue in angular/angular that received 1 comment
strictTemplates mode emits confusing type checking error for two-way data-binding with missing @Output declaration (Type 'Event' is not assignable to type X)
strictTemplates mode tu…

