@angular/platform-browser 22.1.5 → 22.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.1.5
2
+ * @license Angular v22.1.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -117,7 +117,7 @@ declare class Meta {
117
117
  removeTagElement(meta: HTMLMetaElement): void;
118
118
  private _getOrCreateElement;
119
119
  static ɵfac: i0.ɵɵFactoryDeclaration<Meta, never>;
120
- static ɵprov: i0.ɵɵInjectableDeclaration<Meta>;
120
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
121
121
  }
122
122
 
123
123
  /**
@@ -143,7 +143,7 @@ declare class Title {
143
143
  */
144
144
  setTitle(newTitle: string): void;
145
145
  static ɵfac: i0.ɵɵFactoryDeclaration<Title, never>;
146
- static ɵprov: i0.ɵɵInjectableDeclaration<Title>;
146
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
147
147
  }
148
148
 
149
149
  /**
@@ -264,7 +264,7 @@ declare class EventManager {
264
264
  */
265
265
  getZone(): NgZone;
266
266
  static ɵfac: i0.ɵɵFactoryDeclaration<EventManager, never>;
267
- static ɵprov: i0.ɵɵInjectableDeclaration<EventManager>;
267
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
268
268
  }
269
269
 
270
270
  /**
@@ -307,7 +307,7 @@ declare class SharedStylesHost implements _SharedStylesHost, OnDestroy {
307
307
  removeHost(hostNode: Node): void;
308
308
  private addElement;
309
309
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedStylesHost, [null, null, { optional: true; }, null]>;
310
- static ɵprov: i0.ɵɵInjectableDeclaration<SharedStylesHost>;
310
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
311
311
  }
312
312
 
313
313
  /**
@@ -348,7 +348,7 @@ declare class DomRendererFactory2 implements RendererFactory2, OnDestroy {
348
348
  */
349
349
  protected componentReplaced(componentId: string): void;
350
350
  static ɵfac: i0.ɵɵFactoryDeclaration<DomRendererFactory2, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
351
- static ɵprov: i0.ɵɵInjectableDeclaration<DomRendererFactory2>;
351
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
352
352
  }
353
353
 
354
354
  /**
@@ -369,7 +369,7 @@ declare class CssVarNamespacer {
369
369
  */
370
370
  namespace(name: string): string;
371
371
  static ɵfac: i0.ɵɵFactoryDeclaration<CssVarNamespacer, never>;
372
- static ɵprov: i0.ɵɵInjectableDeclaration<CssVarNamespacer>;
372
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
373
373
  }
374
374
 
375
375
  /**
@@ -643,7 +643,7 @@ declare abstract class DomSanitizer implements Sanitizer {
643
643
  */
644
644
  abstract bypassSecurityTrustResourceUrl(value: string): SafeResourceUrl;
645
645
  static ɵfac: i0.ɵɵFactoryDeclaration<DomSanitizer, never>;
646
- static ɵprov: i0.ɵɵInjectableDeclaration<DomSanitizer>;
646
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
647
647
  }
648
648
  declare class DomSanitizerImpl extends DomSanitizer {
649
649
  private _doc;
@@ -654,7 +654,7 @@ declare class DomSanitizerImpl extends DomSanitizer {
654
654
  bypassSecurityTrustUrl(value: string): SafeUrl;
655
655
  bypassSecurityTrustResourceUrl(value: string): SafeResourceUrl;
656
656
  static ɵfac: i0.ɵɵFactoryDeclaration<DomSanitizerImpl, never>;
657
- static ɵprov: i0.ɵɵInjectableDeclaration<DomSanitizerImpl>;
657
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
658
658
  }
659
659
 
660
660
  /**
@@ -693,7 +693,7 @@ declare class DomEventsPlugin extends EventManagerPlugin {
693
693
  addEventListener(element: HTMLElement, eventName: string, handler: Function, options?: ListenerOptions): Function;
694
694
  removeEventListener(target: any, eventName: string, callback: Function, options?: ListenerOptions): void;
695
695
  static ɵfac: i0.ɵɵFactoryDeclaration<DomEventsPlugin, never>;
696
- static ɵprov: i0.ɵɵInjectableDeclaration<DomEventsPlugin>;
696
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
697
697
  }
698
698
 
699
699
  /**
@@ -753,7 +753,7 @@ declare class KeyEventsPlugin extends EventManagerPlugin {
753
753
  */
754
754
  static eventCallback(fullKey: string, handler: Function, zone: NgZone): Function;
755
755
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyEventsPlugin, never>;
756
- static ɵprov: i0.ɵɵInjectableDeclaration<KeyEventsPlugin>;
756
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
757
757
  }
758
758
 
759
759
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.1.5
2
+ * @license Angular v22.1.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */