index.d.ts 820 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * @license Angular v19.2.13
  3. * (c) 2010-2025 Google LLC. https://angular.io/
  4. * License: MIT
  5. */
  6. import * as i0 from '@angular/core';
  7. import { StaticProvider, PlatformRef } from '@angular/core';
  8. import { BrowserModule } from '../browser.d-C4gIBeOX.js';
  9. import '@angular/common';
  10. /**
  11. * Platform for testing
  12. *
  13. * @publicApi
  14. */
  15. declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
  16. /**
  17. * NgModule for testing.
  18. *
  19. * @publicApi
  20. */
  21. declare class BrowserTestingModule {
  22. static ɵfac: i0.ɵɵFactoryDeclaration<BrowserTestingModule, never>;
  23. static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof BrowserModule]>;
  24. static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
  25. }
  26. export { BrowserTestingModule, platformBrowserTesting };