Posts by Olavo Moncaio • 11 points
2 posts
-
1
votes1
answer278
viewsQ: Is it possible to load an angle function after closing another component?
import { Component, OnInit } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { FormGroup, FormControl, Validators } from '@angular/forms'; import { DbService } from…
angularasked Olavo Moncaio 11 -
0
votes1
answer30
viewsQ: Help with Z-index in 3 elements
I have a related problem that div will appear on top of each other. When I hover over some icon, I want the icon to turn blue and a message (stuck to the icon) will appear showing what that image…