I am developing a CRM platform using *Angular* where clients can design there own forms by dragging and dropping fields. Now i want them to give *ability to add their own custom logic* for forms. For example, i need to provide event handlers for all fields, events like *onFormInitialize*, *onSave*, *onDelete*, etc. They should be able to inherit from an interface(with these methods) that i provide and add additional logic or something like this. How can this be done? Where to store their code? How will it run dynamically when that particular form loads?
-- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/24c22f0e-7525-4c8c-a60f-6483c29f945d%40googlegroups.com.