You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find anywhere how should the plugin be structured and what should be the workflow when the plugin as an android code - for example the GridView or DropDown plugins.
The text was updated successfully, but these errors were encountered:
@elena-p , yes, I'm well aware of how wrappers should be built 😉 I'm more talking about to have in the seed a predefined structure where those wrappers should be put. Also I think best would be to have the postclone script automate this: so ask the user if their plugin will have angular wrappers, if Yes then:
Add a dummy wrapper in the predefined folder
Add angular compiler dependencies with their correct versions to the package.json file
Add angular compiler scripts to packages.json and include them in the build script
Automatically add the angular demo w/o prompting the user
Also it would be good if we can return and execute this part in the later stages so in case I start a plugin w/o angular wrappers I can later return and run some scripts that performs the above mentioned steps.
elena-p
changed the title
Folder structure/workflow with Angular plugins?
Provide folder structure/workflow for Angular wrappers of UI plugins
Aug 19, 2019
I can't find anywhere how should the plugin be structured and what should be the workflow when the plugin as an android code - for example the GridView or DropDown plugins.
The text was updated successfully, but these errors were encountered: