This example was bootstrapped with Angular CLI, and demonstrates how to
setup Vime with Angular via the @vime/angular package. See src/styles.css
and the app module directory. In addition, if you're interested in building custom
components see the src/app/tap-sides-to-seek directory.
$: git clone https://github.com/vime-js/vime --depth=1
$: cd vime/examples/angular
$: npm install
$: npm run dev