Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 67db596

Browse files
committed
chore: remove event
1 parent f6a4459 commit 67db596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/reactive/reactive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class AcApp {
6868
template: `
6969
<div>
7070
<h2>Root Total Count: {{ counter }}</h2>
71-
<ac-app (counterChange)="$event"></ac-app>
71+
<ac-app></ac-app>
7272
</div>
7373
`
7474
})

0 commit comments

Comments
 (0)