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:909–914 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
* @publicApi
908
*/
909
export
interface
Output {
910
/**
911
* The name of the DOM property to which the output property is bound.
912
*/
913
alias?: string;
914
}
915
916
/**
917
* @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