I have an angular 6 project and I would like SVG animations.
Vivus is a JavaScript class that I would like to inlude.
The first step is to obviously run "npm install vivus" inside the project folder.
I'm guessing after that I need to put something like this in my app.module.ts file: "import * as Vivus from 'Vivus';" and "Vivus" in my imports array.
What steps do I need to take to include Vivus SVG animations in my angular project?