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:
yarn add @rxap/ngx-material-authentication
Install peer dependencies:
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:
yarn nx g @rxap/ngx-material-authentication:init
Initialize the package in the workspace
nx g @rxap/ngx-material-authentication:init