Posts by Weslley Hendz • 11 points
1 post
-
1
votes0
answers25
viewsQ: Redirect problem at Angular
I’m having a problem rerouting the Angular Below is the registration-client.componentts file.: import { Component, OnInit } from '@angular/core'; import { debounceTime } from 'rxjs/operators';…