Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
These libraries is a collection of components and services that are useful for developing Ionic Angular applications.

[Demo site is here.](https://rdlabo-ionic-angular-library.netlify.app/)

## 💖 Support This Project

Enjoying this project? Your support helps keep it alive and growing!
Sponsoring means you directly contribute to new features, improvements, and maintenance.
Documentation: [Ionic Angular Kit](https://docs.rdlabo.dev/projects/ionic-angular-kit) · [Photo Editor](https://docs.rdlabo.dev/projects/ionic-angular-photo-editor) · [Scroll Header](https://docs.rdlabo.dev/projects/ionic-angular-scroll-header) · [Scroll Strategies](https://docs.rdlabo.dev/projects/ngx-cdk-scroll-strategies)

[Become a Sponsor →](https://github.com/sponsors/rdlabo)
[Demo site is here.](https://rdlabo-ionic-angular-library.netlify.app/)

## Support Version

Expand Down Expand Up @@ -41,7 +36,3 @@ The demo app includes a **Kit** tab with a Firebase Auth harness (`/main/kit/aut
2. `npm start` — open the Kit tab.
3. `npm run e2e` — Playwright signs up with a UUID email; `window.__E2E__` skips email confirmation.
4. `npm run cap` — copy a production build to iOS/Android for device checks (e.g. `kitAuthInput` autofill).

## sponsors

This is an Apache-2.0-licensed open source project. It can grow thanks to the support by these awesome people. If you'd like to join them, please read more [here](https://github.com/sponsors/rdlabo) .
2 changes: 2 additions & 0 deletions projects/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A small ergonomic kit for Ionic Angular applications. It provides:

**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-kit)

- **KitStorageService** — a typed, write-loss-safe wrapper around `@ionic/storage-angular`
- **KitOverlayController** — a unified presenter for Ionic Modal, Toast, and Alert
- **Auth guards** — functional guards plus shared `none` / `local` / `remote` runtime access
Expand Down
2 changes: 2 additions & 0 deletions projects/photo-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is a photo editor and viewer for modal page of Ionic Angular project using Capacitor.

**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-photo-editor)

## Installation

```bash
Expand Down
2 changes: 2 additions & 0 deletions projects/scroll-header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is directive for scroll with Header.

**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-scroll-header)

## Installation

```bash
Expand Down
2 changes: 2 additions & 0 deletions projects/scroll-strategies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is strategies of dynamic item size for `@angular/cdk/scrolling`. This allows you set specify each item size in the array to be used for Virtual Scroll. Although the repository name includes “Ionic” this strategy only works with Angular.

**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ngx-cdk-scroll-strategies)

This is a simple coding concept:

```html
Expand Down
Loading