Using @angular/cdk 7.2.1: If defining a parent component holding a cdkDropList and a nested list of cdkDrag components, defining a cdkDragHandle inside the nested child component doesn't work. If the same structure is all in the same component, cdkDragHandle works perfectly.
https://stackblitz.com/edit/angular-wfvmuj?embed=1&file=src/app/hello.component.html
Has anyone found a fix to get cdkDragHandle to work even when not defined in the same component as cdkDrag?