https://github.com/abritopach/ionic-angular-login-flow
Sample project that shows how to build a dummy authentication flow logic for an Ionic 4 app using Angular.
https://github.com/abritopach/ionic-angular-login-flow
angular angular-router angular-router-guard angular6 ionic ionic4
Last synced: 6 months ago
JSON representation
Sample project that shows how to build a dummy authentication flow logic for an Ionic 4 app using Angular.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-angular-login-flow
- Owner: abritopach
- Created: 2018-09-05T14:08:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T09:14:20.000Z (over 7 years ago)
- Last Synced: 2025-01-26T05:27:06.401Z (12 months ago)
- Topics: angular, angular-router, angular-router-guard, angular6, ionic, ionic4
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic-Angular-Login-Flow
Sample project that shows how to build a dummy authentication flow logic for an Ionic 4 app using Angular.
This example is based on the example ["Building a Basic Ionic 4 Login Flow with Angular Router"](https://devdactic.com/ionic-4-login-angular/) that I modified to practice my skills.
Technologies: Ionic, Angular, Angular-Router.
## Running
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
* Test in localhost:
To run it, cd into `ionic-angular-login-flow` and run:
```bash
npm install
ionic serve
```
## Requirements
* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)