Files
angular-docs-cn/modules/@angular/core/src/render.ts
T

11 lines
303 B
TypeScript
Raw Normal View History

/**
* @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
*/
// Public API for render
2016-06-08 16:38:52 -07:00
export {RenderComponentType, Renderer, RootRenderer} from './render/api';