-1
Well, I am with a well developed website, however, I want to put a page to check whether the domain is already registered yes or no, I searched a lot before I got here, so none worked, my html code is like this
                        <div class="" id="chND_Verificar">
                             <label class=" control-label label_defaults" for="chND_Login" id="chND_Verificar">                   
                             </label>
                             <div class="">
                               <input type="text" placeholder="Digite o seu domínio" autocomplete="off" autofocus class="autofocus-caret-beginning" required ng-model="input.domain" name="domain" id="cart_domain_search_domain" ng-disabled="loading">
                             </div>
                          </div>                                                                                   
                             <div id="f1_upload_process" class="form-group" style="display:none;">
                                <label class=" control-label label_defaults"></label>
                                <img src="http://www.fdsacesse.com/code/media/images/loader.svg" width="32" />
                             </div>
                             <div class="form-group">
                                <label class=" control-label label_defaults"></label>
                                <input class="submit" type="submit" value="CONSULTAR" ng-disabled="searchForm.domain.$error.pattern || loading">
                             </div>
but I would like to know, how can I continue?
In this case WHOIS allows me to check whether the domain that the customer wants for his site is available yes or no equal to this form link ?
– Francklyn Souza
Yes, only use the library as shown in the example
– Pedro Augusto