Skip to content

Latest commit

 

History

History
 
 

grid-csp-enabled

Kendo UI for Angular Grid - Content Security Policy

Sample application that demonstrates enabled Content-Security-Policy for the Kendo UI for Angular Grid component.

Policy Limitations

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.

Getting Started

  1. Clone the sample apps repository locally by using your favorite Git client by running git clone https://github.com/telerik/kendo-angular.git.
  2. Enter the project directory by running cd examples-standalone/grid-csp-enabled.
  3. Install the node modules with npm install.
  4. Run the project with ng serve.
  5. Open http://localhost:4200.