Giter Site home page Giter Site logo

cornflourblue / angular-9-registration-login-example Goto Github PK

View Code? Open in Web Editor NEW
80.0 5.0 101.0 1.71 MB

Angular 9 User Registration and Login Example

Home Page: https://jasonwatmore.com/post/2020/04/28/angular-9-user-registration-and-login-example-tutorial

License: MIT License

JavaScript 4.03% TypeScript 74.80% HTML 20.61% CSS 0.56%

angular-9-registration-login-example's Introduction

angular-9-registration-login-example's People

Contributors

cornflourblue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

angular-9-registration-login-example's Issues

Logic inside the constructor function

A little bit of concern regarding put logic inside the constructor function, is there any better approach to replace the below code?

constructor(
        private router: Router,
        private http: HttpClient
    ) {
        this.userSubject = new BehaviorSubject<User>(JSON.parse(localStorage.getItem('user')));
        this.user = this.userSubject.asObservable();
    }

Complete page change using pagination & routerlink

Hello Sir, I'm a student learning frontend & backend development right now; I came across your tutorial & liked it very much, thanks for sharing such beautiful resources.

I had a doubt that in your tutorial, the routing from one page to other changes the page completely whereas when I try to add router links etc. to my Angular apps, there is a static component (the one in app.component.html) and all the other pages load their content below this primary static component..

Would you please guide me as to how did you add such kind of pagination & router linking, you may share any relevant resources as well; I would be highly grateful to you for this help.

Hoping for a positive response.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.