Descargar Bh Text To Html Mozilla Angular -

ngDoInit() { this.convertText(); }

} Then use it in a component:

textToHtml(text: string): string { // Conversion logic here return text.replace(/\n/g, '</p><p>'); } 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 = ''; ngDoInit() { this

constructor(private textToHtmlService: TextToHtmlService) { } ngDoInit() { this.convertText()