ember-state

2.0.0 • Public • Published

ember-state

CI NPM version Dependency Status codecov Ember Observer Score

Information

NPM

An ember-cli addon with a State service that manage browser history navigation.

Install in ember-cli application

In your application's directory:

ember install ember-state

Usage

This service is to store all history states. We can access to the following states:

  • current.

  • previous.

  • next.

  • last.

Example:

state: inject.service(), state.get('current.index');
state.get('previous.index');

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

/ember-state/

    Package Sidebar

    Install

    npm i ember-state

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    18 kB

    Total Files

    16

    Last publish

    Collaborators

    • josex2r
    • bbvaengineer