1.4.3 • Published 2 years ago

@tchitos/azure-msal v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Angular Azure Msal

npm npm

Angular MSAL Azure - This package supports Angular 13+

Installation

  1. Create a new project
ng new test
cd test

# !! Make sure in the package.json to set "rxjs": "~6.6.0"
  1. Include Angular Azure Msal into your application.
ng add @tchitos/azure-msal

# The terminal will prompt and ask you to fill `clientId` and `tenantId`.
  1. Run the application et voila!
ng serve

Test the schematics locally

  1. Clone this repository.
git clone https://github.com/aminetchitooss/angular-azure-msal.git
  1. Install dependencies
npm install
  1. Make changes and then run
npm run build
schematics .:ng-add --dry-run=false

License

MIT