|
@@ -12,8 +12,7 @@ import { BeerModalPage } from './beer-modal';
|
12
|
12
|
export class BeerPage {
|
13
|
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
|
16
|
public modalCtrl: ModalController, public toastCtrl: ToastController) {
|
18
|
17
|
}
|
19
|
18
|
|