/angular-auth

Basic Angular 17 authentication using Realworld API

Primary LanguageTypeScript

Angular Auth

Angular authentication based off this YouTube video.

Built With

Thoughts

  • Looking into using Realworld API as a mock for Angular authentication. This might speed up my process for Angular frontend creation as I can progress further without stopping to create a backend.
  • getRawValue can be a way to get around Typescript problems when you submit a form value that doesn't include all properties of the interface type of the API's payload. You could also use Partial.

Useful Resources