knockoutjs 3.4.2
See the version list below for details.
Install-Package knockoutjs -Version 3.4.2
dotnet add package knockoutjs --version 3.4.2
<PackageReference Include="knockoutjs" Version="3.4.2" />
paket add knockoutjs --version 3.4.2
#r "nuget: knockoutjs, 3.4.2"
// Install knockoutjs as a Cake Addin
#addin nuget:?package=knockoutjs&version=3.4.2
// Install knockoutjs as a Cake Tool
#tool nuget:?package=knockoutjs&version=3.4.2
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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. |