index.d.ts 777 B

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