1.0.20 • Published 8 years ago
aegis-aurelia-knockout v1.0.20
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);
1.0.20
8 years ago
1.0.19
8 years ago
1.0.18
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago