Created
August 16, 2016 03:38
-
-
Save cloudscape-germany/4d61beb9e3a05a6cfc11c65fcb4ad89a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Component, provide, ViewChild } from "@angular/core"; | |
| import { ionicBootstrap, Platform, MenuController, ModalController, Nav } from "ionic-angular"; | |
| import { Http } from "@angular/http"; | |
| import { StatusBar } from "ionic-native"; | |
| import { TranslateService, TranslateLoader, TranslateStaticLoader } from "ng2-translate/ng2-translate"; | |
| import { AuthHttp, AuthConfig } from "angular2-jwt"; | |
| import { | |
| GoalsComponent, | |
| GoalService, | |
| GoalTimelineComponent, | |
| GoalDefineComponent, | |
| GoalWheelComponent, | |
| GoalBrowseComponent | |
| } from "./+goals"; | |
| import { | |
| AuthServerService, | |
| AuthServerMock, | |
| AuthZeroService, | |
| AuthZeroMock, | |
| AuthService, | |
| AuthLoginComponent, | |
| NavService | |
| } from "./shared"; | |
| import { | |
| OnboardingRead1Component, | |
| OnboardingRead2Component, | |
| OnboardingRead3Component, | |
| OnboardingRead4Component, | |
| OnboardingInputComponent, | |
| OnboardingsComponent | |
| } from "./+onboardings"; | |
| import { | |
| UserAddressComponent, | |
| UserPaymentComponent, | |
| UserComponent | |
| } from "./+user"; | |
| import { | |
| PurchaseComponent, | |
| PurchasePolicyComponent | |
| } from "./+purchase"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment