Re: [AngularJS] Is there a way for parent to know if a child in ng-content shows?

2019-08-03 Thread Dev C
Hello peter Can you give a try to refdetectchanges ? Thanks. On Saturday, August 3, 2019, Peter Hsu wrote: > Hi Angular: > > I was given a component called DataTableComponent that can show an array > of objects in a table format. My data sources is are Observables, so I > would like to

[AngularJS] Is there a way for parent to know if a child in ng-content shows?

2019-08-03 Thread Peter Hsu
Hi Angular: I was given a component called DataTableComponent that can show an array of objects in a table format. My data sources is are Observables, so I would like to create a common parent object called ListLoader that handles the loading and error. The requirements is that the table only