Coder Social home page Coder Social logo

dystudio / ionic2-interceptors-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appwebhouse/ionic2-interceptors-app

0.0 2.0 0.0 1015 KB

This is purely a example of implementation interceptors from scratch in Ionic 2 with TypeScript.

License: Apache License 2.0

TypeScript 56.74% HTML 16.36% CSS 21.13% JavaScript 5.76%

ionic2-interceptors-app's Introduction

Ionic 2 Interceptors Application

This is purely a example of implementation interceptors from scratch in Ionic 2 with TypeScript.

Table of Contents

Getting Started

  • Clone this repository: git clone https://github.com/appwebhouse/ionic2-interceptors-app.git.
  • Run npm install from the project root.
  • Install the ionic CLI (npm install -g ionic)
  • Run ionic serve in a terminal from the project root.

Note: Is your build slow? Update npm to 3.x: npm install -g npm.

File Structure of App

ionic2-interceptors-app/
├── .github/                            * GitHub files
│
├── resources/
│
├── src/
│    ├── app/
│    │    ├── app.component.ts
│    │    ├── app.module.ts
│    │    ├── app.html
│    │    ├── app.scss
│    │    └── main.ts
│    │
│    ├── assets/
│    │    └── icon/
│    │         └── favicon.ico
│    │
│    ├── pages/                         * Contains all of our pages
│    │    ├── home/                     * Home page
│    │    │    ├── home.html            * HomePage template
│    │    │    ├── home.ts              * HomePage code
│    │    │    └── home.scss            * HomePage stylesheet
│    │    │
│    │    └── login/                    * Login page
│    │         ├── login.html           * LoginPage template
│    │         ├── login.ts             * LoginPage code
│    │         └── login.scss           * LoginPage stylesheet
│    │
│    ├── services/                      * Contains all Injectables
│    │     ├── exampleService.ts        * HomeService code
│    │     └── httpService.ts           * httpService code
│    │
│    ├── theme/                         * App theme files
│    │     └── variables.scss           * App Shared Sass Variables
│    │
│    └── index.html
│
│
├── .editorconfig                       * Defines coding styles between editors
├── .gitignore                          * Example git ignore file
├── LICENSE                             * Apache License
├── README.md                           * This file
├── config.xml                          * Cordova configuration file
├── ionic.config.json                   * Ionic configuration file
├── package.json                        * Defines our JavaScript dependencies
├── tsconfig.json                       * Defines the root files and the compiler options
└── tslint.json                         * Defines the rules for the TypeScript linter

Build with versions

$ ionic info

Your system information:

Cordova CLI: 6.5.0 
Ionic Framework Version: 2.2.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v6.5.0
Xcode version: Not installed

ionic2-interceptors-app's People

Contributors

mosinski avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.