index.d.ts 801 B

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