Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229110

Typescript Error Property 'toastCtrl' does not exist on type 'ProductDetails'

$
0
0

IDE and the error message are clearly telling you, there is no such property toastCtrl on you product details class.
add the following lines to product details class.

import { ToastController } from 'ionic-angular';

constructor(private toastCtrl: ToastController) {

}

Viewing all articles
Browse latest Browse all 229110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>