Examples
Apps built with Angular Native
Complete apps, each a folder in the repository: Angular components on native screens, with the router, forms, storage and tests a real app needs. Read the code here, or clone it and run it on your own phone.

Wallet
A banking app with native tabs, a searchable payment list and a money transfer form.
- Router
- Native tabs
- Native header
- Virtual list
- Signal Forms
- Tailwind
- Platform variants
- Secure storage
- Haptics
- Tests

Habits
A habit tracker with a native tab bar, SQLite history and a daily reminder.
- Native tabs
- Native stack
- Native header
- Database
- Notifications
- Haptics
- Signal Forms
- Icons
- Dialogs

Music
A music player with real audio playback, a mini player and a full-screen Now Playing sheet.
- Player
- Native tabs
- Screens and navigation
- Virtual list
- Native header
- Expo UI
- Keep awake
- Colour scheme
- Tests

Runs
A run tracker with a live map, GPS tracking, splits and a GPX export.
- Maps
- Location
- Permissions
- Keep awake
- File system
- Sharing
- Storage
- Native tabs
- Native stack
- Icons

Notes
An offline-first notes app: write while offline, and it syncs once you are back.
- Offline sync
- Database
- Network
- Native tabs
- Native header
- Keyboard avoiding
- Storage
- Dialogs
- Icons
- Tests