2016-06-23 09:47:54 -07:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2016-08-23 16:18:11 -07:00
|
|
|
import {__platform_browser_private__ as r} from '@angular/platform-browser';
|
2016-06-10 10:21:53 -07:00
|
|
|
|
2016-08-23 16:18:11 -07:00
|
|
|
export var INTERNAL_BROWSER_PLATFORM_PROVIDERS: typeof r.INTERNAL_BROWSER_PLATFORM_PROVIDERS =
|
2016-07-18 03:50:31 -07:00
|
|
|
r.INTERNAL_BROWSER_PLATFORM_PROVIDERS;
|
2016-08-23 16:18:11 -07:00
|
|
|
export var getDOM: typeof r.getDOM = r.getDOM;
|