Sample application that demonstrates enabled Content-Security-Policy
for the Kendo UI for Angular Grid component.
There are limitations that can affect the Kendo UI for Angular components. More information could be found in the Content Security Policy article of the Kendo UI for Angular documentation.
- Clone the sample apps repository locally by using your favorite Git client by running
git clone https://github.com/telerik/kendo-angular.git
. - Enter the project directory by running
cd examples-standalone/grid-csp-enabled
. - Install the node modules with
npm install
. - Run the project with
ng serve
. - Open http://localhost:4200.