Descargar Bh Text To Html Mozilla Angular -
@Component({ selector: 'app-example', template: ` <textarea [(ngModel)]="text"></textarea> <div [innerHTML]="html"></div> ` }) export class ExampleComponent { text = ''; html = '';
} Then use it in a component:
// text-to-html.service.ts import { Injectable } from '@angular/core'; descargar bh text to html mozilla angular
ngDoInit() { this.convertText(); }