ember-cli-route-exists

1.0.1 • Public • Published

ember-cli-route-exists

A helper for checking whether a route at a specific path exists. Usage:

{{#if (route-exists 'my.route.path')}}

Installation

ember install ember-cli-route-exists

Development

  • git clone https://github.com/tstormk/ember-cli-route-exists.git
  • npm install
  • ember server
  • Visit the dummy app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-route-exists

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

5.23 kB

Total Files

8

Last publish

Collaborators

  • tstormk