Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

127
Visualizações
How to remove automatically bind <p> </p> tags in angular?

I am using the p-editor input in primeng theme. i have tried many times to removed the <p></p> tags in javascript.but not working,

i tried all javascript codes. but i didn't get the solution,how to remove automatically bind the <p></p> tags in angular.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You can access the text by using the innerText property of nativeElement.

Taking the ViewChild hint from @Aldin_Bradaric's comment, created a working demo below:

Stackblitz demo

<h5>Default</h5>
<p-editor #editor [(ngModel)]="text" [style]="{'height':'320px'}" (ngModelChange)="cleanString()"></p-editor>

<!-- for demo purpose -->
<p></p>
<div>Written text:</div>
{{ cleanText }}

component.ts:

import { Component, ViewChild } from '@angular/core';

export class AppComponent {
  text: string = '';
  cleanText = '';

  @ViewChild('editor', {static: false}) editor: any;

  cleanString() {
    this.cleanText = this.editor.el.nativeElement.innerText;
  }
}
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda