Knockout.js_External_Template_Engine 2.0.5

dotnet add package Knockout.js_External_Template_Engine --version 2.0.5
NuGet\Install-Package Knockout.js_External_Template_Engine -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Knockout.js_External_Template_Engine" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knockout.js_External_Template_Engine --version 2.0.5
#r "nuget: Knockout.js_External_Template_Engine, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Knockout.js_External_Template_Engine as a Cake Addin
#addin nuget:?package=Knockout.js_External_Template_Engine&version=2.0.5

// Install Knockout.js_External_Template_Engine as a Cake Tool
#tool nuget:?package=Knockout.js_External_Template_Engine&version=2.0.5

The Knockout.js External Template Engine extends Knockout.js to allow you to load templates asynchronously from a remote resource. It currently supports both native and jquery templates. Special thanks to Ryan Niemeyer for the assistance in getting jquery templates working in this version of the plugin.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 6,718 6/9/2012
2.0.4 66 6/6/2012
2.0.3 238 2/4/2012

NOTE: The Knockout.js External Template Engine depends on "TrafficCop" and "infuser".  Both TrafficCop and infuser will pull down standard js libs (wrapped in an immediately invoked function expression) and also AMD module versions.  If you do not need the AMD/require.js version of this plugin, simply include TrafficCop, infuser and koExternalTemplateEngine.js (or the .min.js version) in your project - OR include koExternalTemplateEngine_all.js, which is combined build of TrafficCop, infuser and this plugin.  If you are using the AMD module version, you will need to include koExternalTemplateEngine-amd.js (or the .min.js version), along with the AMD builds of TrafficCop and infuser.  It will be ideal if you set up named modules in your require.config using the names "TrafficCop", "infuser" and "koext" - case sensitive (see the example/amd folder for this plugin on github).  The AMD version of this plugin requires Knockout.js 2.1 or later.  

IF ALL ELSE FAILS AND YOU'RE NOT SURE WHAT TO DO: Delete everything this nuget installs EXCEPT for the koExternalTemplateEngine_all.js file. :-)