2016-06-23 16:47:54 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 16:47:54 +00:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2016-06-23 16:47:54 +00:00
|
|
|
*/
|
|
|
|
|
|
2015-06-14 23:42:26 +00:00
|
|
|
/**
|
2016-08-31 01:07:40 +00:00
|
|
|
* @module
|
|
|
|
|
* @description
|
|
|
|
|
* Entry point for all public APIs of the platform-browser-dynamic/testing package.
|
2015-06-14 23:42:26 +00:00
|
|
|
*/
|
2016-08-31 01:07:40 +00:00
|
|
|
export * from './server';
|