Ionic 2 - How to create dynamic template to compile dynamic component

1.2k Views Asked by At

I want to dynamically create a template. I found a resolution that works with Angular 2.0, this resolution uses a JiT compiler. Link to resolution in Angular 2.0

My question is, how to make dynamically created template using Ionic 2? Can I use JiT compiler like in Angular 2.0?

0

There are 0 best solutions below