codelab-fun/codelab

Make "go to the next slide" a link

kirjs opened this issue · 0 comments

kirjs commented

What the issue is about

Right now navigating to next/previous slide happens in an imperative way, e.g. arrows-component

This works, but is too verbose, and not composable

The goal of this task is to create two reusable directives: slidesNext and slidesPrevious to encapsulate the behavior.

They should be used in arrow-components, and also in the new Now you can go to the next slide message