@ionic/angular#Config TypeScript Examples

The following examples show how to use @ionic/angular#Config. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: schedule.ts    From actions-test with Apache License 2.0 6 votes vote down vote up
constructor(
    public alertCtrl: AlertController,
    public confData: ConferenceData,
    public loadingCtrl: LoadingController,
    public modalCtrl: ModalController,
    public router: Router,
    public toastCtrl: ToastController,
    public user: UserData,
    public config: Config
  ) { }
Example #2
Source File: schedule-filter.ts    From actions-test with Apache License 2.0 5 votes vote down vote up
constructor(
    public confData: ConferenceData,
    private config: Config,
    public modalCtrl: ModalController,
    public navParams: NavParams
  ) { }