You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
2.1 KiB

{"version":3,"file":"testing.d.ts","sources":["testing.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;;;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sourcesContent":["/**\n * @license Angular v12.2.16\n * (c) 2010-2021 Google LLC. https://angular.io/\n * License: MIT\n */\n\nimport { CompilerFactory } from '@angular/core';\r\nimport { CompilerOptions } from '@angular/core';\r\nimport { Injector } from '@angular/core';\r\nimport { PlatformRef } from '@angular/core';\r\nimport { StaticProvider } from '@angular/core';\r\nimport { TestComponentRenderer } from '@angular/core/testing';\r\nimport { ɵTestingCompiler } from '@angular/core/testing';\r\nimport { ɵTestingCompilerFactory } from '@angular/core/testing';\r\n\r\n/**\r\n * NgModule for testing.\r\n *\r\n * @publicApi\r\n */\r\nexport declare class BrowserDynamicTestingModule {\r\n}\r\n\r\n/**\r\n * @publicApi\r\n */\r\nexport declare const platformBrowserDynamicTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;\r\n\r\nexport declare const ɵangular_packages_platform_browser_dynamic_testing_testing_a: StaticProvider[];\r\n\r\nexport declare class ɵangular_packages_platform_browser_dynamic_testing_testing_b implements ɵTestingCompilerFactory {\r\n private _injector;\r\n private _compilerFactory;\r\n constructor(_injector: Injector, _compilerFactory: CompilerFactory);\r\n createTestingCompiler(options: CompilerOptions[]): ɵTestingCompiler;\r\n}\r\n\r\n/**\r\n * A DOM based implementation of the TestComponentRenderer.\r\n */\r\nexport declare class ɵDOMTestComponentRenderer extends TestComponentRenderer {\r\n private _doc;\r\n constructor(_doc: any);\r\n insertRootElement(rootElId: string): void;\r\n removeAllRootElements(): void;\r\n}\r\n\r\n/**\r\n * Platform for dynamic tests\r\n *\r\n * @publicApi\r\n */\r\nexport declare const ɵplatformCoreDynamicTesting: (extraProviders?: any[]) => PlatformRef;\r\n\r\nexport { }\r\n"]}