Last updated 7 years ago
Bridge Installation
run jspm install aurelia-kendoui-bridge
jspm install aurelia-kendoui-bridge
open main.js and register the plugin:
export function configure(aurelia) { aurelia.use .standardConfiguration() .developmentLogging() .plugin('aurelia-kendoui-bridge'); aurelia.start().then(a => a.setRoot()); }
It is strongly recommended to continue with the page