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
1,591 contributions in the last year
Contribution activity
June 2020
Created a pull request in angular/material.angular.io that received 1 comment
- feat(cdk-experimental/listbox): selection logic and testing for listbox.
- perf(tooltip): Hook up to pointer leave events when pointer enter events fire
- perf(tooltip): Defer hooking up events until there's a message and the tooltip is not disabled
- perf(table) Coalesces style updates after style measurements to reduc…
- refactor(cdk-experimental/menu): change from submenu to menu naming
- test(mat-table): add performance tests for mat-table
- feat(material-experimental/snack-bar): add MDC-based snack-bar
- test: fix schematic test infrastructure failing with Angular CLI v10
- feat(youtube-player): support passing in the playerVars parameter
- perf(table): Use only one column classname and do string interpolatio…
- perf(table): Reduce calls to updateStickyColumnStyles
- feat(cdk-experimental/menu): implement menu handling logic
- build: avoid conflicts when publishing snapshot builds
- Use new class .mat-button-disabled for applying disabled button styles.
- feat: provide and use lightweight tokens for optimized treeshaking
- Setup e2e tests for MDC based input and improve input/control alignment
- Use lightweight token for tab group and select trigger
- refactor(material/menu): explicitly set aria-expanded to true/false
- fix(drag-drop): error when cloning 0x0 canvas
- docs(select): switch examples to fill appearance
- refactor(material-experimental): expose whether harness elements are focused
- refactor(form-field): use lightweight token for optimized treeshaking
- feat(material-experimental/mdc-list): add MDC foundation for action/nav list
- test(button): add performance tests for mat-raised-button
- refactor(cdk-experimental/menu): Break MenuItems into directives
- Some pull request reviews not shown.
- ci: decrease payload size limit for integration tests
- test(core): update symbols used in the test app
- feat(platform-browser): Allow `sms`-URLs
- fix(core): Allow modification of lifecycle hooks any time before bootstrap
- fix(dev-infra): merge script should not always require full repo permissions
- fix(common): incorrect error type for XHR errors in `TestRequest`
- feat(router): add new initialNavigation options to replace legacy
- refactor(core): delegate `EventEmitter` subscription signatures processing to `Subscriber`
- perf ngClass batch add/remove classes operations
- docs: initial commit of Angular Package Format documentation
- feat(common): added generic for HttpErrorResponse
- fix(router): ensure duplicate popstate/hashchange events are handled …
- feat(platform-server): add option for absolute URL HTTP support
- fix(router): need to export DefaultRouteReuseStrategy to Router public_api
- docs: add template ref var to glossary
- fix(common): narrow `NgIf` context variables in template type checker
- docs: correct outdated dev instructions for public api golds
- fix(compiler-cli): do not report multiple diagnostics for undecorated classes w/ Angular features
- fix(common): add `HttpParamsOptions` to the public api
- fix(forms): type NG_VALUE_ACCESSOR injection token correctly
- Added a best practices for feature routing
- docs: typo in https://angular.io/guide/glossary; Fixes a spelling mistake in the Angular glossary, correcting "valdation" to "validation" in the reactive forms section.
- docs: add `ngtsc` to glossary
- feat(http): http requests to implement xhr timeout
- fix(router): `RouterLinkActive` should run CD when setting `isActive`
- Some pull request reviews not shown.
Created an issue in angular/angular that received 2 comments
Move code in shims_for_IE.js to third_party directory
Any vendor third_party code should all live in third_party. The shims_for_IE.js file contains vendor code that predates the third_party directory. …
2
comments