You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divcdkDropListclass="example-list" (cdkDropListDropped)="drop($event)"><divclass="example-box" *ngFor="let movie of movies" cdkDrag>{{movie}}</div></div>
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
wszgrcy
changed the title
dragdrop-cdk source bug
dragdrop-cdk docs demo-source bug
Feb 28, 2019
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
https://material.angular.live/cdk/drag-drop/overview -->
Drag&Drop sorting -->
https://stackblitz.com/angular/ymqeqedylgq?file=app%2Fcdk-drag-drop-sorting-example.ts
the code
ngFor not ngfor
run many times failed and find spelling mistakes.......................
网站中拖动文档部分的Drag&Drop sorting源码在stackblitz上运行错误,后来发现是ngFor拼写错误,望修复
PS:网站本身展示的源码没有这个错误的.
好吧,整个html都是错误的,不知道中文文档移植的时候遭受了怎样的打击,去看了下原版的都正常
最后感谢大佬们的努力,记得去年4月份的时候,还只能看英文文档
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: