clinical:error-pages

v0.2.0Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

##clinical:error-pages

Error pages for healthcare apps: LoadingPage and PageNotFound and maybe eventually others...

===============================

Installation

meteor add clinical:error-pages

===============================

Usage

Add the pageNotFound and appLoading templates to the router config, like so:

1Router.configure({
2  layoutTemplate: 'appLayout',
3  notFoundTemplate: 'pageNotFound',
4  loadingTemplate: 'appLoading'
5});

===============================

Licensing

MIT License