I am using Telerik html5 report viewer on my angular 6 application. Currently the css is downloaded from the web using:
<link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.common.min.css" rel="stylesheet" /> <link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.blueopal.min.css" rel="stylesheet" />
The problem is that my application needs to be offline. How do I accomplish this?
Are there any other actions I need to do in order for it to work offline?
TX Tal
<link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.common.min.css" rel="stylesheet" /> <link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.blueopal.min.css" rel="stylesheet" />
The problem is that my application needs to be offline. How do I accomplish this?
Are there any other actions I need to do in order for it to work offline?
TX Tal