Skip to content

Commit 5c49cda

Browse files
committed
build: update to latest Angular
Takes over the Angular update from #32159 and resolves one test failure in the API goldens.
1 parent 732a0d7 commit 5c49cda

File tree

3 files changed

+158
-161
lines changed

3 files changed

+158
-161
lines changed

goldens/material/expansion/index.api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ export class MatExpansionPanel extends CdkAccordionItem implements AfterContentI
9595
_headerId: string;
9696
get hideToggle(): boolean;
9797
set hideToggle(value: boolean);
98-
readonly _inputChanges: Subject<SimpleChanges>;
98+
readonly _inputChanges: Subject<{
99+
[propName: string]: i0.SimpleChange<any>;
100+
}>;
99101
_lazyContent: MatExpansionPanelContent;
100102
// (undocumented)
101103
static ngAcceptInputType_hideToggle: unknown;

0 commit comments

Comments
 (0)