|
|
|
|
12
|
export class BeerPage {
|
12
|
export class BeerPage {
|
13
|
private beers: Array<any>;
|
13
|
private beers: Array<any>;
|
14
|
|
14
|
|
15
|
- constructor(public navCtrl: NavController, public navParams: NavParams,
|
|
|
16
|
- public beerService: BeerService, public giphyService: GiphyService,
|
|
|
|
|
15
|
+ constructor(public beerService: BeerService, public giphyService: GiphyService,
|
17
|
public modalCtrl: ModalController, public toastCtrl: ToastController) {
|
16
|
public modalCtrl: ModalController, public toastCtrl: ToastController) {
|
18
|
}
|
17
|
}
|
19
|
|
18
|
|