Currently in the process of creating a form using Yeoman and AngularJS version 1.2.27.
The goal is to have this form easily integrated into any client's web page. By generating a distribution folder with grunt, containing various files like JS, CSS, images, fonts, and components.
However, I am interested in providing just one Javascript file that can be included on a client's website, along with possibly a tag or other integration method. This single file would then build the entire Angular application (hosted on my server) within that tag.
Do you know if this feat is possible? And if so, do you have any tips to share?
Appreciate your insights!