- Features
Design like a Pro
Target audience
Improve engagements
Track metrics
Enhance communication
Connect apps
- Pricing
- Resources
- Contact us
@Component({ selector: 'app-example', template: ` <textarea [(ngModel)]="text"></textarea> <div [innerHTML]="html"></div> ` }) export class ExampleComponent { text = ''; html = '';
ngDoInit() { this.convertText(); }
} Then use it in a component:
constructor(private textToHtmlService: TextToHtmlService) { } descargar bh text to html mozilla angular