routeshub
  • Introduction
  • Installation
  • Example
    • Initial Code
    • Creating Notes
    • Creating Hub
    • Navigating
  • Concepts
    • Introduction
    • Notes
    • Units
  • API
    • Interfaces
    • Creators
    • Directives
    • Functions
    • Decorators
Powered by GitBook
On this page

Was this helpful?

Installation

PreviousIntroductionNextExample

Last updated 4 years ago

Was this helpful?

To get started, you need to install the package from npm

npm install routeshub

Keep in mind that routeshub requires angular from version 5.0.0 and rxjs from version 5.6.0-forward-compat.4 as peer dependencies

Example