Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

266
Vistas
Angular Setting a Value to the Filter Field of Another Screen

In my code, I have a screen where the url has an id. After an operation in that screen, the user clicks Done button and navigates to a list screen. The list screen has a filter field to filter elements from the list. My question is; how can I set that id(OperationId) of the url of the first screen to the filter field of the second screen when user navigates to the second screen after Done operation?

First screen/URL: enter image description here

Second Screen/Where the ID will be set: enter image description here

First Screen HTML:

<button mat-button class="green fuse-white-fg" matStepperNext
    [disabled]="disableCompleteButton" (click)="complete()">Done</button>

First Screen TS:

complete() {
    this._terminalService
        .saveScalesMaterialInputOutput(this.scaleMaterial)
        .subscribe(
            () => {
                    this._router.navigate([
                        "/terminal/transaction-list-collect",
                    ]);
                }
        );
}

Second Screen HTML:

    <mat-form-field fxFlex="40">
        <input matInput (keyup)="applyFilter($event.target.value)" placeholder="Filtrele">
    </mat-form-field>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda