Skip to content
Loading
Http API call is not returning data firs time only, Angular.  
  •   
  • class="contact100-form-checkbox">  
  • class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me">  
  • class="label-checkbox100" for="ckb1">  
  • Remember me  
  •   
  •   
  •   
  • class="container-login100-form-btn">  
  • class="login100-form-btn">  
  •  Loginh4>  

  • button>  
  •   
  •   
  • class="text-center p-t-90">  
  • {{errorMessage}}  
  •   
  •   
  • class="text-center p-t-90">  
  • class="txt1" href="#">  
  • Forgot Password?  
  •   
  •   
  •   
  •   
  •   
  •   
  • Result:
    First click console log:
    completed
    undefined
    after second click if click aganin then start showing data:
    completed
    Object (array of object)

    2 Replies

    Know the answer? Post it — somebody with the same question will find it here.