cantona_7
cantona_7

Reputation: 1177

Authentication in Angular2

Firstly, I am a student and beginner. In my quest to become a better developer, I have started to develop small apps to scan and open a webpage. Now, I am moving on to next step.

I am trying to create a user login page, so for that I am trying to understand what is needed and how to accomplish creating a sign-up/login for an Angular2 framework. In our university we are using mySQL database written in PHP.

I have these questions:

Upvotes: 0

Views: 192

Answers (1)

Priyantha
Priyantha

Reputation: 5083

I think, before you going to work with database try to create login/singup page withing dummy data.(without database values).If you success then you can start with database.Then you can get many ideas about your work

Here is some example with dummy data.Try to do this.

Upvotes: 2

Related Questions