Devextreme app template layout component.
Budget: $30 – $250 USD
I need application layout using devextreme as follows
<layout>
<app-header >
toggle control to collapse side bar
<ng-content></ng-content>
</app-header>
<app-sidebar "height should be 100%-height of the app-header" >
<ng-content></ng-content>
</app-sidebar>
<content>
<router-outlet></router-outlet>
</content>
</layout>
using the above i should able to generate the application in this url https://devexpress.github.io/devextreme-angular-template/#/home
I do not want to use devextreme app template.
<layout>
<app-header >
toggle control to collapse side bar
<ng-content></ng-content>
</app-header>
<app-sidebar "height should be 100%-height of the app-header" >
<ng-content></ng-content>
</app-sidebar>
<content>
<router-outlet></router-outlet>
</content>
</layout>
using the above i should able to generate the application in this url https://devexpress.github.io/devextreme-angular-template/#/home
I do not want to use devextreme app template.