mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
06605cc760
commit
6b8636fff8
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ export interface Directive {
|
|||
* ```typescript
|
||||
* @Component({
|
||||
* selector: 'child-dir',
|
||||
* outputs: [ 'bankNameChange' ]
|
||||
* outputs: [ 'bankNameChange' ],
|
||||
* template: `<input (input)="bankNameChange.emit($event.target.value)" />`
|
||||
* })
|
||||
* class ChildDir {
|
||||
|
|
|
|||
Loading…
Reference in a new issue