2016-06-23 09:47:54 -07:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 09:47:54 -07:00
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2015-06-14 16:42:26 -07:00
|
|
|
/**
|
2016-08-30 18:07:40 -07:00
|
|
|
* @module
|
|
|
|
* @description
|
2017-08-02 19:15:30 -07:00
|
|
|
* Entry point for all public APIs of this package.
|
2015-06-14 16:42:26 -07:00
|
|
|
*/
|
2017-02-28 17:49:37 -08:00
|
|
|
export * from './src/browser';
|