Angular authentication based off this YouTube video.
- Angular
- Angular CLI version 17.0.7.
- Realworld API
- 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 usePartial
.