Created
September 3, 2021 12:07
-
-
Save NyaGarcia/8df1d03bb63ebbb62590b5b789b31b99 to your computer and use it in GitHub Desktop.
Creating a draggable div in the app.component.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="awesome-div" cdkDrag> | |
Awesome draggable div | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment