Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

v5.0.1

Compare
Choose a tag to compare
@mdvorak mdvorak released this 16 Feb 09:04
· 195 commits to master since this release

Adapted original Tour of Heroes Angular example to use this router. It is missing some features, but
take a look at Live Demo.

Features

  • Added body: Observable<T> to ActivatedView<T> class, which is same as view.data.subscribe(data => ... = data.body);
  • SingleApiMapper now supports host-relative urls (/api/foobar)
  • Example app is now adapted Tour of Heroes from Angular. Uses mock in-memory API.
  • #31 npm run buildapp now requires library to be built in dist folder, and tests whether it is AOT compilable

Bug Fixes

  • Fixed several Observable operator imports