All Projects → vmanchev → Ionic3 Seed Jwt

vmanchev / Ionic3 Seed Jwt

Ionic 3 seed project with JWT support. It works together with the backend from here https://github.com/vmanchev/laravel-jwt

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ionic3 Seed Jwt

Ionic Environment Variables
Easy to use environment variables for Ionic3!
Stars: ✭ 278 (+223.26%)
Mutual labels:  ionic, ionic3, angular4
Ion2 Calendar
📅 A date picker components for ionic2 /ionic3 / ionic4
Stars: ✭ 537 (+524.42%)
Mutual labels:  ionic, ionic3, angular4
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+141.86%)
Mutual labels:  ionic, ionic3, angular4
Ng Lottie
Render After Effects animations on Angular based on lottie-web
Stars: ✭ 311 (+261.63%)
Mutual labels:  ionic, ionic3, angular4
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-76.74%)
Mutual labels:  ionic, ionic3, angular4
Ionic2 Pokedex
🎮 Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
Stars: ✭ 143 (+66.28%)
Mutual labels:  ionic, ionic3, angular4
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (-59.3%)
Mutual labels:  ionic, angular4, ionic3
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+1863.95%)
Mutual labels:  ionic, ionic3, angular4
ionic-app-with-aws-cognito
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
Stars: ✭ 62 (-27.91%)
Mutual labels:  ionic, angular4, ionic3
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (-59.3%)
Mutual labels:  ionic, angular4, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+44.19%)
Mutual labels:  ionic, ionic3, angular4
angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (-69.77%)
Mutual labels:  ionic, angular4, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-84.88%)
Mutual labels:  ionic, angular4, ionic3
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (-44.19%)
Mutual labels:  ionic, angular4, ionic3
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-83.72%)
Mutual labels:  ionic, angular4, ionic3
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-74.42%)
Mutual labels:  ionic, angular4, ionic3
Angularx Qrcode
Angular4/5/6/7/8/9/10/11 QRCode generator component library for QR Codes (Quick Response) with AOT support based on node-qrcode
Stars: ✭ 281 (+226.74%)
Mutual labels:  ionic, angular4
Ionic Boilerplate
✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2
Stars: ✭ 309 (+259.3%)
Mutual labels:  ionic, ionic3
Ionic2 Calendar
A calendar component based on Ionic framework
Stars: ✭ 338 (+293.02%)
Mutual labels:  ionic, ionic3
Ionic Audio
An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
Stars: ✭ 332 (+286.05%)
Mutual labels:  ionic3, angular4

Ionic 3 seed project with JWT and route guards

This project is based on the original Ionic 3 project with sidemenu, plus:

  • support for JWT
  • translation service
  • route guards

I've also setup a demo backend project, to support this one - Laravel JWT

Using this seed project, you'll have a working example of

  • user registration
  • user login
  • user logout
  • authenticated CRUD requests to the backend
  • examples of forms processing
  • translation service
  • route guards
  • custom services
  • very simple backend environment configuration (e.g. URLs to your backend API and endpoints)

ToDo

  • Forgot password
  • Reset password
  • Update user profile
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].