@rxap/ngx-material-authentication - v19.0.3

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

Initialize the package in the workspace

nx g @rxap/ngx-material-authentication:init