Code Monkey home page Code Monkey logo

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

angular-8-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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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

Upgrading to latest Angular version

Hi asonWatmore
I would say thank you for this good project, by following the best practices ๐Ÿฅ‡
I would ask you if I would work in MR to make project migration to latest angular version with some small changes in code (applying safe operator , unsubscribing from observables inside components,)

Thanks,

Stuck at loading

After i have added angular to the project, i used "ng new" and moved the files over without overwriting any files, i try to add a new component with "ng g c component-name" and add the component to routes, but after that the webpage is stuck at "loading...".
When i remove the routing the page works again.

Any ideers?

Cannot read property 'subscribe' of undefined

I don't have login component. I just have an app component and authentication service with the same code which you have written. but I am getting an error in app component in constructor
this.authService.currentUser.subscribe(x => (this.currentUser = x));

i also used
this.authService.currentUserValue().subscribe(x => (this.currentUser = x)); but getting the same error

Security issue with saving in localStorage

Since you store this in local storage with a json object
You can easily push to the localstorage via the browsers included Javascript console:
by using: localStorage.setItem("currentUser": "object")
This might be something to look into. ^^

Unable to run Project

Hi ,
Thanks for sharing this project.

I have downloaded, extract and then open the project in visual studio code.
When I run the project with command: ng serve
Below Error comes:
The serve command requires to be run in an Angular project, but a project definition could not be found.

I can create new angular project in separate VS Code solution and can build, run angular application and can see output in browser.

How to run and see login functionality in browser. Assist me

Thanks and Regards.
ErrorMsg

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.