Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ Output
Interface
Output
packages/core/src/metadata/directives.ts:900–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
898
* @publicApi
899
*/
900
export
interface
Output {
901
/**
902
* The name of the DOM property to which the output property is bound.
903
*/
904
alias?: string;
905
}
906
907
/**
908
* @Annotation
Callers
15
TestComp
Class · 0.90
ComponentWithOutput
Class · 0.90
UninitializedOutputComp
Class · 0.90
EventDir
Class · 0.90
DirectiveWithPropDecorators
Class · 0.90
MyChild
Class · 0.90
EmitterDirective
Class · 0.90
OnDestroyDirective
Class · 0.90
EventDir
Class · 0.90
CancelButton
Class · 0.90
TestCmp
Class · 0.90
Emitter
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected