Skip to content

Commit cc1e0fe

Browse files
authored
build: update to angular v9.1.0 (#18904)
* build: update to angular v9.1.0 * build: update all goldens for v9.1.0 The compiler output for Ivy has changed in v9.1.0. We need to update all of our goldens due to the update. Related commit that caused the golden change: angular/angular@32ce8b1
1 parent f2d2c19 commit cc1e0fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+483
-504
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"version": "9.2.0-next.0",
4747
"dependencies": {
48-
"@angular/animations": "^9.1.0-next.4",
49-
"@angular/common": "^9.1.0-next.4",
50-
"@angular/compiler": "^9.1.0-next.4",
51-
"@angular/core": "^9.1.0-next.4",
52-
"@angular/elements": "^9.1.0-next.4",
53-
"@angular/forms": "^9.1.0-next.4",
54-
"@angular/platform-browser": "^9.1.0-next.4",
48+
"@angular/animations": "^9.1.0",
49+
"@angular/common": "^9.1.0",
50+
"@angular/compiler": "^9.1.0",
51+
"@angular/core": "^9.1.0",
52+
"@angular/elements": "^9.1.0",
53+
"@angular/forms": "^9.1.0",
54+
"@angular/platform-browser": "^9.1.0",
5555
"@types/googlemaps": "^3.37.0",
5656
"@types/youtube": "^0.0.38",
5757
"@webcomponents/custom-elements": "^1.1.0",
@@ -63,13 +63,13 @@
6363
"zone.js": "~0.10.2"
6464
},
6565
"devDependencies": {
66-
"@angular-devkit/core": "^9.0.4",
67-
"@angular-devkit/schematics": "^9.0.4",
68-
"@angular/bazel": "^9.1.0-next.4",
69-
"@angular/compiler-cli": "^9.1.0-next.4",
70-
"@angular/platform-browser-dynamic": "^9.1.0-next.4",
71-
"@angular/platform-server": "^9.1.0-next.4",
72-
"@angular/router": "^9.1.0-next.4",
66+
"@angular-devkit/core": "^9.0.7",
67+
"@angular-devkit/schematics": "^9.0.7",
68+
"@angular/bazel": "^9.1.0",
69+
"@angular/compiler-cli": "^9.1.0",
70+
"@angular/platform-browser-dynamic": "^9.1.0",
71+
"@angular/platform-server": "^9.1.0",
72+
"@angular/router": "^9.1.0",
7373
"@bazel/bazelisk": "^1.3.0",
7474
"@bazel/buildifier": "^0.29.0",
7575
"@bazel/ibazel": "^0.12.3",
@@ -79,7 +79,7 @@
7979
"@bazel/typescript": "^1.4.0",
8080
"@firebase/app-types": "^0.3.2",
8181
"@octokit/rest": "16.28.7",
82-
"@schematics/angular": "^9.0.4",
82+
"@schematics/angular": "^9.0.7",
8383
"@types/browser-sync": "^2.26.1",
8484
"@types/fs-extra": "^4.0.3",
8585
"@types/glob": "^5.0.33",

tools/public_api_guard/cdk/a11y.d.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare class AriaDescriber implements OnDestroy {
1414
describe(hostElement: Element, message: string | HTMLElement): void;
1515
ngOnDestroy(): void;
1616
removeDescription(hostElement: Element, message: string | HTMLElement): void;
17-
static ɵfac: i0.ɵɵFactoryDef<AriaDescriber>;
17+
static ɵfac: i0.ɵɵFactoryDef<AriaDescriber, never>;
1818
static ɵprov: i0.ɵɵInjectableDef<AriaDescriber>;
1919
}
2020

@@ -30,15 +30,15 @@ export declare class CdkAriaLive implements OnDestroy {
3030
constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone);
3131
ngOnDestroy(): void;
3232
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { "politeness": "cdkAriaLive"; }, {}, never>;
33-
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive>;
33+
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive, never>;
3434
}
3535

3636
export declare class CdkMonitorFocus implements OnDestroy {
3737
cdkFocusChange: EventEmitter<FocusOrigin>;
3838
constructor(_elementRef: ElementRef<HTMLElement>, _focusMonitor: FocusMonitor);
3939
ngOnDestroy(): void;
4040
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { "cdkFocusChange": "cdkFocusChange"; }, never>;
41-
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus>;
41+
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus, never>;
4242
}
4343

4444
export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoCheck {
@@ -54,7 +54,7 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoChec
5454
static ngAcceptInputType_autoCapture: BooleanInput;
5555
static ngAcceptInputType_enabled: BooleanInput;
5656
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { "enabled": "cdkTrapFocus"; "autoCapture": "cdkTrapFocusAutoCapture"; }, {}, never>;
57-
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus>;
57+
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus, never>;
5858
}
5959

6060
export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
@@ -70,7 +70,7 @@ export declare class ConfigurableFocusTrapFactory {
7070
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _focusTrapManager: FocusTrapManager, _document: any, _inertStrategy?: FocusTrapInertStrategy);
7171
create(element: HTMLElement, config?: ConfigurableFocusTrapConfig): ConfigurableFocusTrap;
7272
create(element: HTMLElement, deferCaptureElements: boolean): ConfigurableFocusTrap;
73-
static ɵfac: i0.ɵɵFactoryDef<ConfigurableFocusTrapFactory>;
73+
static ɵfac: i0.ɵɵFactoryDef<ConfigurableFocusTrapFactory, [null, null, null, null, { optional: true; }]>;
7474
static ɵprov: i0.ɵɵInjectableDef<ConfigurableFocusTrapFactory>;
7575
}
7676

@@ -105,7 +105,7 @@ export declare class FocusMonitor implements OnDestroy {
105105
ngOnDestroy(): void;
106106
stopMonitoring(element: HTMLElement): void;
107107
stopMonitoring(element: ElementRef<HTMLElement>): void;
108-
static ɵfac: i0.ɵɵFactoryDef<FocusMonitor>;
108+
static ɵfac: i0.ɵɵFactoryDef<FocusMonitor, [null, null, { optional: true; }, { optional: true; }]>;
109109
static ɵprov: i0.ɵɵInjectableDef<FocusMonitor>;
110110
}
111111

@@ -149,7 +149,7 @@ export declare class FocusTrap {
149149
export declare class FocusTrapFactory {
150150
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _document: any);
151151
create(element: HTMLElement, deferCaptureElements?: boolean): FocusTrap;
152-
static ɵfac: i0.ɵɵFactoryDef<FocusTrapFactory>;
152+
static ɵfac: i0.ɵɵFactoryDef<FocusTrapFactory, never>;
153153
static ɵprov: i0.ɵɵInjectableDef<FocusTrapFactory>;
154154
}
155155

@@ -168,7 +168,7 @@ export declare class HighContrastModeDetector {
168168
constructor(_platform: Platform, document: any);
169169
_applyBodyHighContrastModeCssClasses(): void;
170170
getHighContrastMode(): HighContrastMode;
171-
static ɵfac: i0.ɵɵFactoryDef<HighContrastModeDetector>;
171+
static ɵfac: i0.ɵɵFactoryDef<HighContrastModeDetector, never>;
172172
static ɵprov: i0.ɵɵInjectableDef<HighContrastModeDetector>;
173173
}
174174

@@ -183,7 +183,7 @@ export declare class InteractivityChecker {
183183
isFocusable(element: HTMLElement): boolean;
184184
isTabbable(element: HTMLElement): boolean;
185185
isVisible(element: HTMLElement): boolean;
186-
static ɵfac: i0.ɵɵFactoryDef<InteractivityChecker>;
186+
static ɵfac: i0.ɵɵFactoryDef<InteractivityChecker, never>;
187187
static ɵprov: i0.ɵɵInjectableDef<InteractivityChecker>;
188188
}
189189

@@ -234,7 +234,7 @@ export declare class LiveAnnouncer implements OnDestroy {
234234
announce(message: string, politeness?: AriaLivePoliteness, duration?: number): Promise<void>;
235235
clear(): void;
236236
ngOnDestroy(): void;
237-
static ɵfac: i0.ɵɵFactoryDef<LiveAnnouncer>;
237+
static ɵfac: i0.ɵɵFactoryDef<LiveAnnouncer, [{ optional: true; }, null, null, { optional: true; }]>;
238238
static ɵprov: i0.ɵɵInjectableDef<LiveAnnouncer>;
239239
}
240240

tools/public_api_guard/cdk/accordion.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export declare class CdkAccordion implements OnDestroy, OnChanges {
1010
openAll(): void;
1111
static ngAcceptInputType_multi: BooleanInput;
1212
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never>;
13-
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion>;
13+
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion, never>;
1414
}
1515

1616
export declare class CdkAccordionItem implements OnDestroy {
@@ -33,7 +33,7 @@ export declare class CdkAccordionItem implements OnDestroy {
3333
static ngAcceptInputType_disabled: BooleanInput;
3434
static ngAcceptInputType_expanded: BooleanInput;
3535
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { "expanded": "expanded"; "disabled": "disabled"; }, { "closed": "closed"; "opened": "opened"; "destroyed": "destroyed"; "expandedChange": "expandedChange"; }, never>;
36-
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem>;
36+
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem, [{ optional: true; skipSelf: true; }, null, null]>;
3737
}
3838

3939
export declare class CdkAccordionModule {

tools/public_api_guard/cdk/bidi.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy
1212
ngAfterContentInit(): void;
1313
ngOnDestroy(): void;
1414
static ɵdir: i0.ɵɵDirectiveDefWithMeta<Dir, "[dir]", ["dir"], { "dir": "dir"; }, { "change": "dirChange"; }, never>;
15-
static ɵfac: i0.ɵɵFactoryDef<Dir>;
15+
static ɵfac: i0.ɵɵFactoryDef<Dir, never>;
1616
}
1717

1818
export declare const DIR_DOCUMENT: InjectionToken<Document>;
@@ -24,6 +24,6 @@ export declare class Directionality implements OnDestroy {
2424
readonly value: Direction;
2525
constructor(_document?: any);
2626
ngOnDestroy(): void;
27-
static ɵfac: i0.ɵɵFactoryDef<Directionality>;
27+
static ɵfac: i0.ɵɵFactoryDef<Directionality, [{ optional: true; }]>;
2828
static ɵprov: i0.ɵɵInjectableDef<Directionality>;
2929
}

tools/public_api_guard/cdk/clipboard.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export declare class CdkCopyToClipboard implements OnDestroy {
88
copy(attempts?: number): void;
99
ngOnDestroy(): void;
1010
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { "text": "cdkCopyToClipboard"; "attempts": "cdkCopyToClipboardAttempts"; }, { "copied": "cdkCopyToClipboardCopied"; "_deprecatedCopied": "copied"; }, never>;
11-
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard>;
11+
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard, [null, null, { optional: true; }]>;
1212
}
1313

1414
export interface CdkCopyToClipboardConfig {
@@ -21,7 +21,7 @@ export declare class Clipboard {
2121
constructor(document: any);
2222
beginCopy(text: string): PendingCopy;
2323
copy(text: string): boolean;
24-
static ɵfac: i0.ɵɵFactoryDef<Clipboard>;
24+
static ɵfac: i0.ɵɵFactoryDef<Clipboard, never>;
2525
static ɵprov: i0.ɵɵInjectableDef<Clipboard>;
2626
}
2727

tools/public_api_guard/cdk/collections.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export declare class UniqueSelectionDispatcher implements OnDestroy {
5353
listen(listener: UniqueSelectionDispatcherListener): () => void;
5454
ngOnDestroy(): void;
5555
notify(id: string, name: string): void;
56-
static ɵfac: i0.ɵɵFactoryDef<UniqueSelectionDispatcher>;
56+
static ɵfac: i0.ɵɵFactoryDef<UniqueSelectionDispatcher, never>;
5757
static ɵprov: i0.ɵɵInjectableDef<UniqueSelectionDispatcher>;
5858
}
5959

tools/public_api_guard/cdk/drag-drop.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDes
4646
reset(): void;
4747
static ngAcceptInputType_disabled: BooleanInput;
4848
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { "data": "cdkDragData"; "lockAxis": "cdkDragLockAxis"; "rootElementSelector": "cdkDragRootElement"; "boundaryElement": "cdkDragBoundary"; "dragStartDelay": "cdkDragStartDelay"; "freeDragPosition": "cdkDragFreeDragPosition"; "disabled": "cdkDragDisabled"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>;
49-
static ɵfac: i0.ɵɵFactoryDef<CdkDrag<any>>;
49+
static ɵfac: i0.ɵɵFactoryDef<CdkDrag<any>, [null, { optional: true; skipSelf: true; }, null, null, null, { optional: true; }, { optional: true; }, null, null]>;
5050
}
5151

5252
export interface CdkDragDrop<T, O = T> {
@@ -91,7 +91,7 @@ export declare class CdkDragHandle implements OnDestroy {
9191
ngOnDestroy(): void;
9292
static ngAcceptInputType_disabled: BooleanInput;
9393
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>;
94-
static ɵfac: i0.ɵɵFactoryDef<CdkDragHandle>;
94+
static ɵfac: i0.ɵɵFactoryDef<CdkDragHandle, [null, { optional: true; }]>;
9595
}
9696

9797
export interface CdkDragMove<T = any> {
@@ -116,7 +116,7 @@ export declare class CdkDragPlaceholder<T = any> {
116116
templateRef: TemplateRef<T>;
117117
constructor(templateRef: TemplateRef<T>);
118118
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>;
119-
static ɵfac: i0.ɵɵFactoryDef<CdkDragPlaceholder<any>>;
119+
static ɵfac: i0.ɵɵFactoryDef<CdkDragPlaceholder<any>, never>;
120120
}
121121

122122
export declare class CdkDragPreview<T = any> {
@@ -127,7 +127,7 @@ export declare class CdkDragPreview<T = any> {
127127
constructor(templateRef: TemplateRef<T>);
128128
static ngAcceptInputType_matchSize: BooleanInput;
129129
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "data": "data"; "matchSize": "matchSize"; }, {}, never>;
130-
static ɵfac: i0.ɵɵFactoryDef<CdkDragPreview<any>>;
130+
static ɵfac: i0.ɵɵFactoryDef<CdkDragPreview<any>, never>;
131131
}
132132

133133
export interface CdkDragRelease<T = any> {
@@ -179,7 +179,7 @@ export declare class CdkDropList<T = any> implements AfterContentInit, OnDestroy
179179
static ngAcceptInputType_disabled: BooleanInput;
180180
static ngAcceptInputType_sortingDisabled: BooleanInput;
181181
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "data": "cdkDropListData"; "orientation": "cdkDropListOrientation"; "id": "id"; "lockAxis": "cdkDropListLockAxis"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "enterPredicate": "cdkDropListEnterPredicate"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>;
182-
static ɵfac: i0.ɵɵFactoryDef<CdkDropList<any>>;
182+
static ɵfac: i0.ɵɵFactoryDef<CdkDropList<any>, [null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, null, { optional: true; }]>;
183183
}
184184

185185
export declare class CdkDropListGroup<T> implements OnDestroy {
@@ -189,7 +189,7 @@ export declare class CdkDropListGroup<T> implements OnDestroy {
189189
ngOnDestroy(): void;
190190
static ngAcceptInputType_disabled: BooleanInput;
191191
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
192-
static ɵfac: i0.ɵɵFactoryDef<CdkDropListGroup<any>>;
192+
static ɵfac: i0.ɵɵFactoryDef<CdkDropListGroup<any>, never>;
193193
}
194194

195195
export declare function copyArrayItem<T = any>(currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number): void;
@@ -202,7 +202,7 @@ export declare class DragDrop {
202202
constructor(_document: any, _ngZone: NgZone, _viewportRuler: ViewportRuler, _dragDropRegistry: DragDropRegistry<DragRef, DropListRef>);
203203
createDrag<T = any>(element: ElementRef<HTMLElement> | HTMLElement, config?: DragRefConfig): DragRef<T>;
204204
createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>;
205-
static ɵfac: i0.ɵɵFactoryDef<DragDrop>;
205+
static ɵfac: i0.ɵɵFactoryDef<DragDrop, never>;
206206
static ɵprov: i0.ɵɵInjectableDef<DragDrop>;
207207
}
208208

@@ -237,7 +237,7 @@ export declare class DragDropRegistry<I, C> implements OnDestroy {
237237
removeDropContainer(drop: C): void;
238238
startDragging(drag: I, event: TouchEvent | MouseEvent): void;
239239
stopDragging(drag: I): void;
240-
static ɵfac: i0.ɵɵFactoryDef<DragDropRegistry<any, any>>;
240+
static ɵfac: i0.ɵɵFactoryDef<DragDropRegistry<any, any>, never>;
241241
static ɵprov: i0.ɵɵInjectableDef<DragDropRegistry<any, any>>;
242242
}
243243

tools/public_api_guard/cdk/layout.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export declare class BreakpointObserver implements OnDestroy {
33
isMatched(value: string | string[]): boolean;
44
ngOnDestroy(): void;
55
observe(value: string | string[]): Observable<BreakpointState>;
6-
static ɵfac: i0.ɵɵFactoryDef<BreakpointObserver>;
6+
static ɵfac: i0.ɵɵFactoryDef<BreakpointObserver, never>;
77
static ɵprov: i0.ɵɵInjectableDef<BreakpointObserver>;
88
}
99

@@ -39,6 +39,6 @@ export declare class LayoutModule {
3939
export declare class MediaMatcher {
4040
constructor(_platform: Platform);
4141
matchMedia(query: string): MediaQueryList;
42-
static ɵfac: i0.ɵɵFactoryDef<MediaMatcher>;
42+
static ɵfac: i0.ɵɵFactoryDef<MediaMatcher, never>;
4343
static ɵprov: i0.ɵɵInjectableDef<MediaMatcher>;
4444
}

tools/public_api_guard/cdk/observers.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy {
1010
static ngAcceptInputType_debounce: BooleanInput;
1111
static ngAcceptInputType_disabled: BooleanInput;
1212
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkObserveContent, "[cdkObserveContent]", ["cdkObserveContent"], { "disabled": "cdkObserveContentDisabled"; "debounce": "debounce"; }, { "event": "cdkObserveContent"; }, never>;
13-
static ɵfac: i0.ɵɵFactoryDef<CdkObserveContent>;
13+
static ɵfac: i0.ɵɵFactoryDef<CdkObserveContent, never>;
1414
}
1515

1616
export declare class ContentObserver implements OnDestroy {
1717
constructor(_mutationObserverFactory: MutationObserverFactory);
1818
ngOnDestroy(): void;
1919
observe(element: Element): Observable<MutationRecord[]>;
2020
observe(element: ElementRef<Element>): Observable<MutationRecord[]>;
21-
static ɵfac: i0.ɵɵFactoryDef<ContentObserver>;
21+
static ɵfac: i0.ɵɵFactoryDef<ContentObserver, never>;
2222
static ɵprov: i0.ɵɵInjectableDef<ContentObserver>;
2323
}
2424

2525
export declare class MutationObserverFactory {
2626
create(callback: MutationCallback): MutationObserver | null;
27-
static ɵfac: i0.ɵɵFactoryDef<MutationObserverFactory>;
27+
static ɵfac: i0.ɵɵFactoryDef<MutationObserverFactory, never>;
2828
static ɵprov: i0.ɵɵInjectableDef<MutationObserverFactory>;
2929
}
3030

0 commit comments

Comments
 (0)