knockoutjs 2.2.1
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package knockoutjs -Version 2.2.1
dotnet add package knockoutjs --version 2.2.1
<PackageReference Include="knockoutjs" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add knockoutjs --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: knockoutjs, 2.2.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install knockoutjs as a Cake Addin
#addin nuget:?package=knockoutjs&version=2.2.1
// Install knockoutjs as a Cake Tool
#tool nuget:?package=knockoutjs&version=2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on knockoutjs:
| Package | Downloads |
|---|---|
|
Knockout.Validation
A Validation Library plugin for KnockoutJS. An extensible and pluggable framework for performing model-based Form and UI validation.
|
|
|
Knockout.Mapping
The mapping plugin gives you a straightforward way to map plain JavaScript objects into a view model with the appropriate Knockout observables. This is an alternative to manually writing your own JavaScript code that constructs a view model based on some data you've fetched from the server.
|