Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfcodeworks/angular-mobile-bootstrap
Mobile Angular bootstrap application for use with web, Cordova Android/iOS/Electron
https://github.com/mfcodeworks/angular-mobile-bootstrap
angular cordova electron mobile typescript
Last synced: about 1 month ago
JSON representation
Mobile Angular bootstrap application for use with web, Cordova Android/iOS/Electron
- Host: GitHub
- URL: https://github.com/mfcodeworks/angular-mobile-bootstrap
- Owner: mfcodeworks
- License: apache-2.0
- Created: 2019-10-05T18:08:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T23:59:38.000Z (over 2 years ago)
- Last Synced: 2023-03-04T10:34:37.678Z (almost 2 years ago)
- Topics: angular, cordova, electron, mobile, typescript
- Language: TypeScript
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Mobile Bootstrap
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.1.
## Purpose
This project is designed as a mobile Angular bootstrap application for use with Cordova. It's designed for use with pure Angular, Android/iOS, and the new Cordova electron desktop platform.
## Usage
Download this bootstrap and add your own components, services, resolvers and code for your own app to use as you would any Angular 8+ app.
## Includes
- Backend/API services with authentication services and example data retrieval function.
- Demonstration home page and resolver to fetch example data for display.
- Basic Top Bar/Content/Bottom Bar mobile app layout.
- Authentication module with login, signup, reset password and forgot password pages and services.
- Routing and authentication guard.
- Push service for integration with FCM (Firebase Cloud Messaging).
- Dark theme service for switching of dark/light theme for app.
- DateDiff pipe (Pass a datetime object and display a string indicating time since datetime).
- URL Preview service to fetch URL previe object for display.
- IPC service for advanced integration with Electron platform.## Contributing
To contribute to this project and help improve this bootstrap application you can fork this project and create a pull request with your changes.