mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 09:13:41 +00:00
b949da86a9
* update angular doc * remove link to itself * rename proxy * remove unused quickstarts route * nonsense commit
16 lines
850 B
Markdown
16 lines
850 B
Markdown
---
|
|
title: Angular
|
|
---
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
<img src="logos/zitadel-logo-solo-darkdesign.svg" height="160px" alt="zitadel"/>
|
|
<i style="font-size: 40px; height: 40px; margin: 0 15px;" class="las la-plus"></i>
|
|
<img src="tech/angular.svg" height="200px" alt="angular"/>
|
|
</div>
|
|
|
|
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](https://github.com/caos/zitadel-angular-template) in Github. Note that our **ZITADEL Console** is also written in Angular and can therefore be used as a reference. |