zitadel/site/docs/angular/00-overview.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

850 B

title
Angular
zitadel angular

This Integration guide shows you the recommended way to integrate ZITADEL into your Angular Application. It demonstrates how to add a user login to your application and fetch some data from the user info endpoint.

At the end of the guide you should have an application able to login a user and read the user profile.

This documentation refers to our Template in Github. Note that our ZITADEL Console is also written in Angular and can therefore be used as a reference.