mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
27c55fe30c
commit
eaf2c6eb8e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export class DragDropExample {}
|
|||
|
||||
You can make any element draggable by adding the `cdkDrag` directive. By default, all draggable elements support free dragging.
|
||||
|
||||
<docs-code-multifile>
|
||||
<docs-code-multifile preview path="adev/src/content/examples/drag-drop/src/overview/app/app.component.html">
|
||||
<docs-code header="app/app.component.html" path="adev/src/content/examples/drag-drop/src/overview/app/app.component.html"/>
|
||||
<docs-code header="app/app.component.ts" path="adev/src/content/examples/drag-drop/src/overview/app/app.component.ts"/>
|
||||
<docs-code header="app/app.component.css" path="adev/src/content/examples/drag-drop/src/overview/app/app.component.css"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue