Quantcast
Viewing all articles
Browse latest Browse all 229962

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

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 229962

Trending Articles



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