openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
985 stars 161 forks source link

Angular 7 / CLI Sample #108

Closed craigbroadman closed 5 years ago

craigbroadman commented 5 years ago

Expected Behavior

This isn't so much of an issue, more of a question... Do you have a sample application written in Angular 7 / CLI or documentation that describes the steps I need to take to implement?

[REQUIRED] Describe expected behavior

I would like to build an Angular CLI application using this library, is there a sample for this use case available?

Describe the problem

I cannot find an Angular 7 sample application.

[REQUIRED] Actual Behavior

n/a

[REQUIRED] Steps to reproduce the behavior

n/a

[REQUIRED] Environment

n/a

tikurahul commented 5 years ago

The library has a couple of samples. You can take a look at https://github.com/openid/AppAuth-JS/blob/master/src/app/index.ts

That should help you get started.