mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Clean up circular dependencies in core by pulling symbols out to their respective files. PR Close #39722
11 lines
357 B
TypeScript
11 lines
357 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
export {Renderer2, RendererFactory2} from './render/api';
|
|
export {RendererStyleFlags2, RendererType2} from './render/api_flags';
|