https://github.com/pingidentity/angular-spa-sample
Sample application using OAuth/OpenID Connect.
https://github.com/pingidentity/angular-spa-sample
Last synced: about 1 year ago
JSON representation
Sample application using OAuth/OpenID Connect.
- Host: GitHub
- URL: https://github.com/pingidentity/angular-spa-sample
- Owner: pingidentity
- License: mit
- Created: 2018-04-16T19:20:16.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T01:29:29.000Z (about 2 years ago)
- Last Synced: 2025-03-26T18:57:24.636Z (about 1 year ago)
- Language: TypeScript
- Size: 2.79 MB
- Stars: 29
- Watchers: 10
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular SPA Sample
This app leverages [AppAuth-JS](https://github.com/openid/AppAuth-JS) to
connect with an OpenID Connect profider.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).