source: trip-planner-front/node_modules/@angular/platform-browser/testing/testing.d.ts@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 594 bytes
Line 
1/**
2 * @license Angular v12.2.13
3 * (c) 2010-2021 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7import { NgZone } from '@angular/core';
8import { PlatformRef } from '@angular/core';
9import { StaticProvider } from '@angular/core';
10
11/**
12 * NgModule for testing.
13 *
14 * @publicApi
15 */
16export declare class BrowserTestingModule {
17}
18
19/**
20 * Platform for testing
21 *
22 * @publicApi
23 */
24export declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
25
26export declare function ɵangular_packages_platform_browser_testing_testing_a(): NgZone;
27
28export { }
Note: See TracBrowser for help on using the repository browser.