Exporting Webflow code for use in Angular 5

Hello everyone :slight_smile:

I wish to export my Webflow project and turn it into an Angular 5 project, divide to components and so on…
Have anyone experience with it?

I’m struggling to make it work. for now, I just added the HTML of a page in the app.component.

I have a few questions:

1.In the exported files I have 3 css files:
- project-name.webflow.css
- webflow.css
- normalize.css

where should I place each one of them in the angular project?

  1. Where should all the scripts from the header be placed? in the index.html?

Thanks!
Have a nice weekend!

Any luck on this my friend, Im interested in this feature as well