Treeable Detail

Display information for a file or folder selected.

Demo

// Import the component and added to the declarations in your @NgModule
import {DotcmsTreeableDetailModule} from 'dotcms-js/components';

// Add it to the declarations in your @NgModule
@NgModule({
    imports: [DotcmsTreeableDetailModule]
})

// Use it in your template
<treeable-detail></treeable-detailr>