Clock An example of using reactivity to create a clock component UI Components component.html SVG The `now` helper can be used to set a reactive date to the current time. `setInterval(() => state.time.now(), 1000)` ["component","advanced"] Example
Categories