zitadel/site/docs/angular/03-end.md
Max Peintner b949da86a9
docs: update angular quickstart (#1408)
* update angular doc

* remove link to itself

* rename proxy

* remove unused quickstarts route

* nonsense commit
2021-03-11 12:37:05 +01:00

1.1 KiB

title
Completion

You have successfully integrated ZITADEL in your Angular Application!

If you get stuck consider checking out our template application which includes all the mentioned functionality of this quickstart. You can simply start by cloning the repo and replacing the AuthConfig in the app.module with your own configuration. If your run into issues don't hesitate to contact us or raise an issue on Github.

create app in console

Whats next?

Now you can proceed implementing our APIs to include Authorization. Refer to our Docs or checkout our Console Code on Github which is using GRPC to access data.

For more information about creating an angular application we refer to Angular and for more information about the used oauth/oidc library consider reading their docs at angular-oauth2-oidc.