We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a719e commit 00bbd9bCopy full SHA for 00bbd9b
adev/src/content/reference/migrations/outputs.md
@@ -22,7 +22,7 @@ ng generate @angular/core:output-migration
22
**Before**
23
24
```typescript
25
-import {Component, Output} from '@angular/core';
+import {Component, Output, EventEmitter} from '@angular/core';
26
27
@Component({
28
template: `<button (click)="someMethod('test')">emit</button>`
0 commit comments