Skip to content

Commit 0b72b06

Browse files
John PapaJohn Papa
John Papa
authored and
John Papa
committed
removed extra type expression since it is implicitly EventEmitter
1 parent 50ba71e commit 0b72b06

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

snippets/typescript.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"Output Event": {
104104
"prefix": "a-output-event",
105105
"body": [
106-
"@Output() ${1:eventName}: EventEmitter<${2:eventType}> = new EventEmitter<${2:eventType}>();"
106+
"@Output() ${1:eventName} = new EventEmitter<${2:eventType}>();"
107107
],
108108
"description": "Angular @Output event and emitter"
109109
},

0 commit comments

Comments
 (0)