-
If this is your very first time doing a sync operation then you should take the precautionary step to do a backup your current Angular project before you do anything.
-
To preserve any Angular attributes you may have added between updates from Webflow you need to add an id value in Webflow to each and every single HTML tag that you wish to preserve between updates from Webflow (See Tutorial).
-
Once you have carried out step #1, you need to create a zip of the /src directory inside your Angular project.
-
Then you must download the latest version of your Webflow project zip file using it's Code Export feature.
-
Once you have both your Webflow zip file and your Angular zip file all you need to do now is drag and drop both files into the appropriate boxes you see displayed to the left.
-
Press the Sync button and let FreeFormJS do it's thing!
-
Press the Download button and look for a zip file with the extension .freeformjs.zip in your downloads folder.
-
Delete the current /src folder in your Angular directory.
-
Unzip the .freeform.zip file and you will see a /src directory and move it into your Angular directory.
-
Your Angular project has now been updated and your previous edits have been preserved.