Posts by Reginaldo Pedro de Lima • 1 point
3 posts
-
0
votes1
answer26
viewsA: Component does not render again
I found the answer for whoever’s interested. needs to return the variable to whom called through the output Decorator.. private _loading: boolean; @Input() set loading(value: boolean) {…
-
-1
votes1
answer26
viewsQ: Component does not render again
I have a component that your rendering should change based on @Input property.. <p-button *ngIf="loading!=active" [label]="'enable - title'" [icon]="icon" [iconPos] ="iconPos" [style] ="style"…
-
0
votes1
answer84
viewsQ: Angular - transfer components from one system to another
Good afternoon. I have a Component that contains some child components, I have another component containing other child components. I want to reverse the children of one for the other, but I want…
angularasked Reginaldo Pedro de Lima 1