@tchitos/azure-msal

1.4.3 • Public • Published

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

/@tchitos/azure-msal/

    Package Sidebar

    Install

    npm i @tchitos/azure-msal

    Weekly Downloads

    2

    Version

    1.4.3

    License

    MIT

    Unpacked Size

    36.7 kB

    Total Files

    50

    Last publish

    Collaborators

    • tchitooss