Need login page with validation

Hi i newbie to Ionic2 app development i need the tut for building login and registration form,
CAn any one suggest me getting tutorial for this issue

User auth is provided as a service from https://ionic.io/cloud. You could start there.

here is an example using - https://ionic.io/cloud.

Here is the source code

I would also recommend this tutorial from Devdactic: https://devdactic.com/login-ionic-2/.

It covers the following structure:

  • login page
  • signup page
  • home page (if user is registered)

And if you combine it with Ionic Cloud Auth (as explained by Aaron above), you have a good starting point.

The cool thing about Ionic Cloud Auth is it’s quite easy and straightforward, and you can check in real time what happens to the data you save for each user on the cloud (see screenshot).