Formatting the dates in the SPA
[Read More]Action filters
Using action filters in asp.net core.
- Displaying dates in the SPA using pipes
- Action filters
Complete the registration
In the SPA fix the methods used to post the registration.
[Read More]Expand the register form
Using Angular FormBuilder to configure a form.
The FormBuilder provides syntactic sugar that shortens creating instances of a FormControl, FormGroup, or FormArray. It reduces the amount of boilerplate needed to build complex forms.
[Read More]Reactive forms
Reactive Forms is a different philosophy from FormsModule template-driven technology.
ReactiveFormsModule are defined in the component code and the binding with the template is syncronous.
[Read More]Registration
Enhance the registration process.
- Reactive forms
- Validation
- Custom validators
- Validation feedback
- The Date problem
- Hooking to the API
Delete photos
BehaviorSubject any to any communication
Use a BehaviorSubject to enable any to any component comunication.
[Read More]Photo in the navbar
Feature: load the main photo in the dropdown of the nav.component.
[Read More]