import {Component} from '@angular/core'; /** * @title Drag&Drop with a handle */ @Component({ selector: 'cdk-drag-drop-handle-example', templateUrl: 'cdk-drag-drop-handle-example.html', styleUrls: ['cdk-drag-drop-handle-example.css'], }) export class CdkDragDropHandleExample {}