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
{{ message }}
This repository has been archived by the owner on May 20, 2019. It is now read-only.
I want to include some dynamic html from my controller to page. I dont have any nested components but it would be nice that expressions and routings work fine. So I added to imports in app module.
DynamicHTMLModule.forRoot({
components: []
})
Is there any way to allow work such expressions:
{{some_variable}}
or
<a [routerLink]="['/Contact']"> < / a>
as argument to:
<dynamic-html [content]="content_from_above">
The text was updated successfully, but these errors were encountered:
I have no connection to this project, but looking at the README and the code, I believe you want to use the DynamicComponentModule (and the dynamic-component selector) rather than the DynamicHTMLModule (and dynamic-html selector). Look at the demo folder to see how these two components differ.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to include some dynamic html from my controller to page. I dont have any nested components but it would be nice that expressions and routings work fine. So I added to imports in app module.
Is there any way to allow work such expressions:
as argument to:
The text was updated successfully, but these errors were encountered: