@Injectable({ providedIn: 'root' }) export class TextToHtmlService {
constructor(private textToHtmlService: TextToHtmlService) { } descargar bh text to html mozilla angular
} Then use it in a component:
// example.component.ts import { Component } from '@angular/core'; import { TextToHtmlService } from './text-to-html.service'; import { TextToHtmlService } from './text-to-html.service'
// text-to-html.service.ts import { Injectable } from '@angular/core'; descargar bh text to html mozilla angular