-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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月份的时候,还只能看英文文档
<div cdkDropList class="example-list" (cdkDropListDropped)="drop($event)">
<div class="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?
Metadata
Metadata
Assignees
Labels
No labels