After completing my Nativescript application, I was tasked with incorporating the Telerik-UI "RadSideDrawer". Upon reviewing the documentation, I realized that a substantial amount of XML code needs to be implemented on every page. I am utilizing Typescript without Angular for this project. Is there a way to create a universal XML template solely using Typescript and reuse it across all pages? While I am aware that this can easily be achieved in Angular, I am hesitant to start over simply because of the sidebar implementation.