Posts by bernlt • 29 points
3 posts
-
0
votes0
answers15
viewsQ: Partial typescript does not update paylaod correctly
I’m studying typescript, I created an application in Angular, I have a mix of interfaces: Interface files.ts export interface Address { id: string, error: AddressError, formData: FormData,…
-
0
votes0
answers66
viewsQ: Angular ngFor add conditional usnado ng-content
I’m using primeng to render data in a table, follow according to my data and my column config API { id: 1, nome: "Test 1", moeda: "Euro", status: "Recebido", data: "01/01/1999", } ngOnInit {…
-
2
votes1
answer557
viewsQ: Change dropdown menu via input checkbox
I’m trying to create a dynamic dropdown menu that can show your content as checkbox is checked. <!DOCTYPE html> <html> <body> <div id="checkbox"> <label><input…