Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remember notification email address using local storage
Fixes #9 Add functionality to remember notification email address using local storage. * Add `noticeEmail` property in `NoticeRegisterComponent` to store the email address. * Update `ngOnInit` method to retrieve the email address from local storage and set it as the default value in the form. * Update `register` method to store the email address in local storage after successful registration. * Add `[(ngModel)]` binding to the `noticeEmail` input field in the template. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ktraveller285/jr-trainformation/issues/9?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information