[AngularJS] Re: Modify a components template prior to compilation in Angular 8

2019-07-30 Thread Damo
FYI I was able to resolve the template as string issue by requesting the template via http Thanks for your help On Monday, July 29, 2019 at 7:43:42 AM UTC-7, Damo wrote: > > Hi Sander, > > Thanks for the suggestion. Can you help me understand how I would be able > to modify the

[AngularJS] Re: Modify a components template prior to compilation in Angular 8

2019-07-29 Thread Damo
. Thanks Damien On Thursday, July 25, 2019 at 8:56:26 AM UTC-7, Sander Elias wrote: > > Hi Damo, > > I think that for this use-case AngularElements is the best way forward. > > Regards > Sander > -- __ Séanadh Ríomhphoist/_ Email Disclaimer__ ** Tá an ríomhphost seo agus aon

[AngularJS] Modify a components template prior to compilation in Angular 8

2019-07-24 Thread Damo
Hi, I have been trying various ways to reorder, hide or add/remove extra validation of form fields dynamically based on a configuration json. Use Case: Customer has specific business rules that must be applied to a screen dynamically When I try to do this in Angular 8 the only way I have