Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingidentity/angular-spa-sample
Sample application using OAuth/OpenID Connect.
https://github.com/pingidentity/angular-spa-sample
Last synced: about 2 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T17:58:43.000Z (11 months ago)
- Last Synced: 2024-02-14T18:54:10.646Z (11 months ago)
- Language: TypeScript
- Size: 1.7 MB
- Stars: 26
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
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/).