Display information for a file or folder selected.
// 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>