Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
カウンターコンポーネントのテンプレートファイル
<button (click)="increment()">Increment</button>
<div>Current Count: {{ count$ | async }}</div>
<button (click)="decrement()">Decrement</button>
<button (click)="reset()">Reset Counter</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment