- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for Elbourn (0.59 sec)
-
.pullapprove.yml
- devversion # Paul Gschwendtner - dgp1130 # Doug Parker - dylhunn # Dylan Hunn - filipesilva # Filipe Silva - gkalpak # Georgios Kalpakas - jelbourn # Jeremy Elbourn - jessicajaniuk # Jessica Janiuk - JiaLiPassion # Jia Li - JoostK # Joost Koehoorn - josephperrott # Joey Perrott - MarkTechson # Mark Thompson (Techson)
Others - Registered: 2023-02-01 21:55 - Last Modified: 2021-12-08 18:42 - 47.7K bytes - Viewed (0) -
CHANGELOG.md
## Special Thanks Amy Sorto, Andrew Seguin, Jeremy Elbourn, Jiří Balcar, Kristiyan Kostadinov, Lukas Taake, Miles Malerba, Paul Gschwendtner, Umer Naeem, Wagner Maciel and Zach Arend <!-- CHANGELOG SPLIT MARKER --> <a name="13.0.4"></a> # 13.0.4 "marble-mountain" (2021-12-08)
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-12-09 00:10 - 669.7K bytes - Viewed (1) -
.github/CODEOWNERS
/src/material/* @jelbourn /src/material/autocomplete/** @crisbeto /src/material/badge/** @jelbourn /src/material/bottom-sheet/** @jelbourn @crisbeto /src/material/button-toggle/** @jelbourn /src/material/button/** @jelbourn /src/material/card/** @jelbourn
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-07-30 21:17 - 21.6K bytes - Viewed (1) -
src/cdk/overlay/position/scroll-clip.ts
* * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // TODO(jelbourn): move this to live with the rest of the scrolling code // TODO(jelbourn): someday replace this with IntersectionObservers /** Equivalent of `ClientRect` without some of the properties we don't care about. */ type Dimensions = Omit<ClientRect, 'x' | 'y' | 'toJSON'>;
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-10-18 18:58 - 2.1K bytes - Viewed (0) -
FAQ.md
The Angular team is now working with the MDC team to share more code to reduce duplication. To that end, we are developing new, API-compatible versions of the Angular Material components backed by MDC Web. [See @jelbourn's 2019 ng-conf talk](https://youtu.be/4EXQKP-Sihw?t=891) for more details. [flex-layout]: https://github.com/angular/flex-layout/ [StackOverflow]: https://stackoverflow.com [Gitter]: https://gitter.im/angular/material2
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2019-12-29 22:35 - 3.5K bytes - Viewed (0) -
src/cdk/portal/dom-portal-outlet.ts
let index = viewContainer.indexOf(viewRef); if (index !== -1) { viewContainer.remove(index); } }); this._attachedPortal = portal; // TODO(jelbourn): Return locals from view. return viewRef; } /** * Attaches a DOM portal by transferring its content into the outlet. * @param portal Portal to be attached.
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-10-18 18:58 - 5.7K bytes - Viewed (0) -
README.md
contribution. ## What we're working on now (Q4 2021): * Continuing to create new, API-compatible versions of the Angular Material components backed by [MDC Web][] ([see @jelbourn's ng-conf talk](https://youtu.be/4EXQKP-Sihw?t=891)). Much of our effort is dedicated towards rolling out these new versions of the components across Angular apps inside Google. This work will pay off with the following benefits:
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-11-04 21:44 - 5.3K bytes - Viewed (0) -
src/cdk-experimental/dialog/dialog.ts
_getAfterAllClosed(): Observable<void> { return this._parentDialog ? this._parentDialog.afterAllClosed : this._afterAllClosedBase; } readonly _afterAllClosedBase = new Subject<void>(); // TODO(jelbourn): tighten the type on the right-hand side of this expression. afterAllClosed: Observable<void> = defer(() => this.openDialogs.length ? this._getAfterAllClosed()
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-10-18 18:58 - 11.6K bytes - Viewed (0) -
src/cdk/overlay/_index.scss
// order to force `max-width` and `max-height` to take effect. display: flex; max-width: 100%; max-height: 100%; } .cdk-overlay-backdrop { // TODO(jelbourn): reuse sidenav fullscreen mixin. position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: $overlay-backdrop-z-index; pointer-events: auto;
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-05-28 03:22 - 5K bytes - Viewed (0) -
src/cdk/schematics/utils/build-component.ts
((options as any)[key] = (defaultComponentOptions as ComponentOptions)[ key as keyof ComponentOptions ]), ); if (options.path === undefined) { // TODO(jelbourn): figure out if the need for this `as any` is a bug due to two different // incompatible `ProjectDefinition` classes in @angular-devkit options.path = buildDefaultPath(project as any); }
Plain Text - Registered: 2023-02-05 16:47 - Last Modified: 2021-12-07 14:12 - 9.6K bytes - Viewed (0)