{{name}}</div> <button (click)="onEvent()">Test Event</button>';
this.componentClass = {
name: 'World!',
onEvent: function() { alert('this is event'); }
}
<app-html-compiler [template]="htmlText" [componentClass]="componentClass" [imports]="imports">
</app-html-compiler>
при ng build --prod не возникает ли проблем при дальнейшей работе? вы не получаете ошибку runtime compiler is not loaded ?
Обсуждают сегодня