'DevExtreme DragDrop

I have a problem with my Angular Code. It's problem that DragDrop of code statement.
When I add the code statement which is written below,I get this error in the console. Code Statement:

<dxo-row-dragging (allowReordering)="true"
                (onReorder)="onReorder">
</dxo-row-dragging>

Console Error:

 core.js:4002 ERROR Error: Uncaught (in promise): Error: Template parse errors:
    'dxo-row-dragging' is not a known element:
    1. If 'dxo-row-dragging' is an Angular component, then verify that it is part of this module.
    2. If 'dxo-row-dragging' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
                                  [showBorders]="true"
                                  [noDataText]="this.l('NoData')">
                        [ERROR ->]<dxo-row-dragging (allowReordering)="true"
                                          (onReorder)="onReorder"></dxo-row-dragging>
        "): ng:///TracingModule/RuleCreatePopupComponent.html@169:5
    Error: Template parse errors:
    'dxo-row-dragging' is not a known element:
    1. If 'dxo-row-dragging' is an Angular component, then verify that it is part of this module.
    2. If 'dxo-row-dragging' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
                                  [showBorders]="true"
                                  [noDataText]="this.l('NoData')">
                        [ERROR ->]<dxo-row-dragging (allowReordering)="true"
                                          (onReorder)="onReorder"></dxo-row-dragging>

According to my search the problem seen as a version problem. Could you please help about my problem? I would be so glad. Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source