Angular FileManager - permissions
Selector: dxo-permissions
Type:
HTML
TypeScript
- <dx-file-manager id="fileManager">
- <dxo-permissions
- create="true"
- copy="true"
- move="true"
- delete="true"
- rename="true"
- upload="true"
- download="true">
- </dxo-permissions>
- <!-- ... -->
- </dx-file-manager>
- import { DxFileManagerModule } from "devextreme-angular";
- // ...
- export class AppComponent {
- // ...
- }
- @NgModule({
- imports: [
- // ...
- DxFileManagerModule
- ],
- // ...
- })
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.