Portal quickstart for Angular SPA
In this quickstart, you download and run a code sample that demonstrates how an Angular single-page application (SPA) can sign in users with Microsoft Entra ID for customers.
Make sure you've installed Node.js.
Unzip the sample app.
In your terminal, locate the sample app folder, then run the following commands:
cd SPA && npm install && npm start
Open your browser, visit
http://localhost:4200
, select Sign-in, then follow the prompts.
Feedback
Submit and view feedback for