• Overview
@angular/platform-browser-dynamic/testing

platformBrowserDynamicTesting

constant
deprecated

Deprecation warning

Use the platformBrowserTesting function instead from @angular/platform-browser/testing. In case you are not in a CLI app and rely on JIT compilation, you might also need to import @angular/compiler

API

    
      const platformBrowserDynamicTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
    
    
Jump to details