@tchitos/azure-msal
v1.4.3
Published
A schematic that creates an azure msal workflow with login and home modules.
Downloads
20
Maintainers
Readme
Angular Azure Msal
Angular MSAL Azure - This package supports Angular 13+
Installation
- Create a new project
ng new test
cd test
# !! Make sure in the package.json to set "rxjs": "~6.6.0"
- Include Angular Azure Msal into your application.
ng add @tchitos/azure-msal
# The terminal will prompt and ask you to fill `clientId` and `tenantId`.
- Run the application et voila!
ng serve
Test the schematics locally
- Clone this repository.
git clone https://github.com/aminetchitooss/angular-azure-msal.git
- Install dependencies
npm install
- Make changes and then run
npm run build
schematics .:ng-add --dry-run=false
License
MIT