You will need to initialize WOW for your component.
In the component where you plan to use WOW, import the script
import { WOW } from 'wowjs/dist/wow.min';
then in your class using the Angular ngAfterViewInit method
class ngAfterViewInit(){ new WOW().init(); }
source share