Posts by guilherme • 1 point
2 posts
-
-1
votes1
answer52
viewsQ: I am unable to perform the grid in the html <mat-table>
Formulario.ts import { Component, OnInit } from '@angular/core'; import { FormBuilder, Validators } from '@angular/forms'; import { MatTableDataSource } from '@angular/material/table'; import {…
-
0
votes0
answers35
viewsQ: Fill the Select component only by clicking
I’m with a project that when entering the component it carries the modal information, because the modal is with useEffect useEffect(() => { buscarPlantas(); }, []); But I want this list only to…