Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dragdrop-cdk docs demo-source bug #5

Open
wszgrcy opened this issue Feb 28, 2019 · 0 comments
Open

dragdrop-cdk docs demo-source bug #5

wszgrcy opened this issue Feb 28, 2019 · 0 comments

Comments

@wszgrcy
Copy link

wszgrcy commented 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月份的时候,还只能看英文文档

<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?

@wszgrcy wszgrcy changed the title dragdrop-cdk source bug dragdrop-cdk docs demo-source bug Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant