Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keycloakify/keycloakify-angular
Angular Integration library for Keycloakify
https://github.com/keycloakify/keycloakify-angular
Last synced: 2 months ago
JSON representation
Angular Integration library for Keycloakify
- Host: GitHub
- URL: https://github.com/keycloakify/keycloakify-angular
- Owner: keycloakify
- License: mit
- Created: 2024-09-23T12:43:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:20:39.000Z (2 months ago)
- Last Synced: 2024-10-25T02:48:24.612Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔏 Angular Component Library for Keycloakify 🔏
Home
-
Documentation
-
Starter Project Vite (Recommended)
-
Starter Project Webpack
## Using the library
Don't it's not ready yet. Subscribe to alerts on the repo to get notified when it is.
## Contributing
> **Note:**: This is **not** for using the library, but for contributing to it.
```bash
git clone https://github.com/keycloakify/keycloakify-angular
git clone https://github.com/keycloakify/keycloakify-angular-starter-vite
git clone https://github.com/keycloakify/keycloakify-angular-starter-webpackcd keycloakify-angular
yarn install
yarn link-in-starter # When prompted select the starter you want to link into# At this point you can navigate to the starter you've picked.
# The changes in the library will be reflected live in the starter.
```