1.0.0-alpha.14 • Published 6 years ago

@profiscience/knockout-contrib-router-plugins v1.0.0-alpha.14

Weekly downloads
1
License
WTFPL
Repository
github
Last release
6 years ago

@profiscience/knockout-contrib-router-plugins

Version Dependency Status Peer Dependency Status Dev Dependency Status Downloads

This is a metapackage including all @profiscience/knockout-contrib-router-plugins-* packages

Route Plugins for @profiscience-knockout-contrib-router

Contents

Usage

All named exports from each child package (see the table of contents above) are available to import.

If using a bundler that supports tree-shaking, this will safely minify.

// import all
import * as routerPlugins from '@profiscience/knockout-contrib-router-plugins'

// import single
import { childrenPlugin } from '@profiscience/knockout-contrib-router-plugins'