Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/ionic-angular-links
:clipboard: App to use Cordova DeepLink to add a Wordpress site address in an app
https://github.com/andrewjbateman/ionic-angular-links
angular angular13 cordova cordova-plugin deeplink ionic ionic-academy ionic-angular
Last synced: 7 days ago
JSON representation
:clipboard: App to use Cordova DeepLink to add a Wordpress site address in an app
- Host: GitHub
- URL: https://github.com/andrewjbateman/ionic-angular-links
- Owner: AndrewJBateman
- Created: 2019-06-25T19:21:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T07:31:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:37:18.716Z (over 1 year ago)
- Topics: angular, angular13, cordova, cordova-plugin, deeplink, ionic, ionic-academy, ionic-angular
- Language: TypeScript
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :zap: Ionic Angular Setup Universal Links
* Ionic-Angular tutorial app to add a link to a Wordpress or other site.
* Tutorial code from [Simon Grimmm at the Ionic Acamdemy](https://www.youtube.com/user/saimon1924) - see [:clap: Inspiration](#clap-inspiration) below## :page_facing_up: Table of contents
* [:zap: Ionic Angular Setup Universal Links](#zap-ionic-angular-setup-universal-links)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-do list](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:envelope: Contact](#envelope-contact)## :books: General info
* Requires Android or iOS setup for Cordova Deep Links to work
* All code by Simon Grimm of the [Ionic Academy](https://ionicacademy.com/).## :camera: Screenshots
![Ionic page](./img/.png)
## :signal_strength: Technologies
* [Ionic v6](https://ionicframework.com/)
* [Angular v13](https://angular.io/)
* [Ionic/angular v6](https://www.npmjs.com/package/@ionic/angular)
* [Cordova Deeplinks Plugin](https://www.npmjs.com/package/cordova-plugin-deeplinks)## :floppy_disk: Setup
* Run `npm i to install dependencies`
* To start the server on _localhost://8100_ type: `ionic serve`## :computer: Code Examples
* to follow
```typescript
to follow
```## :cool: Features
* to follow
## :clipboard: Status & To-do list
* Status: Part complete - needs Android or iOS setup to work. Future project
* To-do: Complete tutorial by adding Android simulation## :clap: Inspiration
* [Simon Grimm, Ionic Academy Tutorial: How to Setup Universal Links in Ionic (iOS & Android)](https://www.youtube.com/watch?v=DG7TMredeUs&t=3s)
## :file_folder: License
* N/A
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]