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
In Angular2, will it be possible to recompile components at runtime or have components whose templates are dynamic (change at runtime), a la $compile? DynamicComponentLoader seems to support the adding components dynamically into the component tree, but their templates are still defined statically for compilation at startup.