systemjs-plugin-ko-tpl
v2.0.0
Published
SystemJS plugin for loading Knockout.js Templates
Downloads
1
Readme
Knockout template loader plugin for SystemJS
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';