aegis-aurelia-knockout
v1.0.20
Published
This package provides the necessary glue to make knockout.js work properly in an aurelia application
Maintainers
Readme
Aurelia Knockout Compatibility
This package provides the necessary glue to make Knockout.js work in an Aurelia application.
Building
npm run build
Using
- Instal the plugin
npm install au-knockout
Add the following import to the top of your main.ts file import {KnockoutCompatibilityPlugin} from 'au-knockout';
Add the following line to your export function configure(aurelia: Aurelia) method in your main.ts file KnockoutCompatibilityPlugin.initialize(aurelia);
