How to call export const animation from custom shared library in Angular?

Viewed 26

I have a problem where I wanted to use my animations from my custom shared angular library.

I already created 1 typescript file that contains all of the animations in the library. All of the animations are in form of export const fadeIn. Is it possible to call the animations from the library to my project?

0 Answers
Related