2016-06-23 12:47:54 -04: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-05-25 15:46:22 -04:00
|
|
|
import {__core_private__ as r, __core_private_types__ as t} from '@angular/core';
|
|
|
|
|
2016-06-14 22:49:25 -04:00
|
|
|
export var reflector: typeof t.reflector = r.reflector;
|
|
|
|
export var ReflectionCapabilities: typeof t.ReflectionCapabilities = r.ReflectionCapabilities;
|
|
|
|
export var wtfInit: typeof t.wtfInit = r.wtfInit;
|
2016-08-02 18:53:34 -04:00
|
|
|
export var Console: typeof t.Console = r.Console;
|