2.0.0 • Published 8 years ago

systemjs-plugin-ko-tpl v2.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Knockout template loader plugin for SystemJS

NPM version Build Status

Will load templates into the document as script tags with id's corresponding to the name of the file.

Installing

For SystemJS use, locate the plugin file in the application, and then locate it with map configuration:

System.config({
  map: {
    tpl: 'path/to/knockout-tpl.js'
  }
});

Basic Use

import './template.ko!tpl';
2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago