I am trying to integrate my Webflow project into an Angular 8 project.
The css and the html are working just fine.
My problem is that I can not get the animations to work.
I copied the webflow.js into my assets folder and changed the path in the html accordingly. Is this the right place to put the .js file?
I have tried the advice from older forum posts and added Webflow.ready() within the ngOnInit function and Webflow.destroy() in the ngOnDestroy() function.
This is how my component.ts file looks like: