0

In our application we are rendering the template dynamically since in AngularJS we use $compile to compile html dynamically like wise is anything available in angular 6 to compile HTML maually.I searched for but won't get any proper solution please suggest me .Thanks in advance

Lucas
  • 9,871
  • 5
  • 42
  • 52
durai
  • 64
  • 3
  • Possible duplicate of [How can I use/create dynamic template to compile dynamic Component with Angular 2.0?](https://stackoverflow.com/questions/38888008/how-can-i-use-create-dynamic-template-to-compile-dynamic-component-with-angular) – Nitishkumar Singh Sep 08 '18 at 17:01

1 Answers1

0

In this Angular boilerplate i crated a dynamic page based on JSON Schema, if you check this module you can learn much about how to dynamically load component and modules( in NGIR is called widgets)

link to ngx-schema-page of NGIR Project

hope is help.