@NthabyMogoboya wrote:
This is my page.ts file. I want to insert the data to a database but it write “null” instead of the actual values. How can i correct it?
constructor(public http:HttpClient,public platform:Platform, public activatedRoute: ActivatedRoute, private formBuilder: FormBuilder, private navCtrl: NavController,private cartService: CartService, private modalCtrl: ModalController,private router: Router){
this.platform.ready().then(()=>{
this.cartAdd();
})
}Database
Posts: 2
Participants: 1