[AngularJS] I cannot post data to back end from angular6

2018-10-18 Thread chinelookolo28
Am trying to post data to php backend and display json call response message *success* but am having the following errors *Error in src/app/car.service.ts(42,5): error type* *observable is not assignable to type Observable* Here is *app.component.ts* code import { Component, OnInit } from

Re: [AngularJS] Nested row in single row

2018-10-18 Thread mahesh reddy
Thanks for your reply Can please share sample code On Oct 18, 2018 12:37 PM, "john leo" wrote: > Mahesh > > you can you dom object manipulation using html document object or use > elementref for pure angular based solution > > Hope this helps > > regards > John > > On Thu, Oct 18, 2018 at

Re: [AngularJS] Nested row in single row

2018-10-18 Thread john leo
Mahesh you can you dom object manipulation using html document object or use elementref for pure angular based solution Hope this helps regards John On Thu, Oct 18, 2018 at 11:10 AM mahesh reddy wrote: > Can any body suggest me how to add dynamic rows in child row using > anjularjs and