Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 722 Bytes

ko-component-router

This repository has been moved to @profiscience/knockout-contrib-router. See the CHANGELOG for all changes.

Migrating

  • yarn remove ko-component-router
  • yarn add @profiscience/knockout-contrib-router
  • Rename all <ko-component-router> elements to <router>
  • Rename all imports (import { Router } from 'ko-component-router' => import { Router } from '@profiscience/knockout-contrib-router')