How I get & validate the username and password in SQL Management using API?
问题 I created my login page and i want to validate the username and password. Then i need to get the user details using API from the database. please send me a coding using ionic-3 and angular-2. I already tried in my SQL. But i want it in SQL management. In the below coding i send the parameters using post method and it will get at back end and validate with already registered username and password. Username: any; Password: any; data:string; constructor( ){} //declaration of object// var headers