This package provides Angular Material components and services for user authentication, including login, reset password, and loading functionalities. It offers pre-built forms, methods, and UI components to streamline the implementation of authentication flows in Angular applications. The package also includes an authentication container component and route configurations for easy integration.
Add the package to your workspace:
Example :yarn add @rxap/ngx-material-authenticationInstall peer dependencies:
Example :yarn add @angular/animations @angular/common @angular/core @angular/forms @angular/material @angular/router @rxap/authentication @rxap/config @rxap/forms @rxap/material-form-system @rxap/pattern @rxap/rxjs @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/ngx-material-authentication:initExample :Initialize the package in the workspace
nx g @rxap/ngx-material-authentication:init