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
919 B
1 lines
919 B
{"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","sourcesContent":["/**\n * @license Angular v12.2.16\n * (c) 2010-2021 Google LLC. https://angular.io/\n * License: MIT\n */\n\nimport { NgZone } from '@angular/core';\r\nimport { PlatformRef } from '@angular/core';\r\nimport { StaticProvider } from '@angular/core';\r\n\r\n/**\r\n * NgModule for testing.\r\n *\r\n * @publicApi\r\n */\r\nexport declare class BrowserTestingModule {\r\n}\r\n\r\n/**\r\n * Platform for testing\r\n *\r\n * @publicApi\r\n */\r\nexport declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;\r\n\r\nexport declare function ɵangular_packages_platform_browser_testing_testing_a(): NgZone;\r\n\r\nexport { }\r\n"]}
|