This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
v5.0.1
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>
toActivatedView<T>
class, which is same asview.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