AngularJS 4 ng Bootstrap - typeahead: use of [resultTemplate] can only handle a string? -


angularjs 4 ng bootstrap - typeahead: use of resulttemplate can handle string?

i want like

[resulttemplate]="getmytemplatestring()" 

but causes weird broken render of template.

the example shows:

[resulttemplate]="rt" 

which works.

is there way?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -