chore(docs): rename @private to @internal
The latter is understood by TypeScript's --stripInternal option, so this lets us rely more on the tooling provided by typescript team.
This commit is contained in:
@@ -16,7 +16,7 @@ import {Map} from 'angular2/src/core/facade/collection';
|
||||
// TODO(i): refactor this to an interface
|
||||
export class RenderProtoViewRef {
|
||||
/**
|
||||
* @private
|
||||
* @internal
|
||||
*/
|
||||
constructor() {}
|
||||
}
|
||||
@@ -169,7 +169,7 @@ export interface RenderElementRef {
|
||||
*/
|
||||
export class Renderer {
|
||||
/**
|
||||
* @private
|
||||
* @internal
|
||||
*
|
||||
* Private constructor is required so that this class gets converted into an interface in our
|
||||
* public api.
|
||||
|
||||
@@ -39,7 +39,7 @@ export class DomRenderer implements Renderer, NodeFactory<Node> {
|
||||
private _document;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @internal
|
||||
*/
|
||||
constructor(private _eventManager: EventManager,
|
||||
private _domSharedStylesHost: DomSharedStylesHost, private _animate: AnimationBuilder,
|
||||
|
||||
Reference in New Issue
Block a user