You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-request-observer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-request-observer

Ember service to observe when a request is in progress

0.2.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Ember-request-observer

Build Status Ember Observer Score

Ember service to observe when a request is in progress

Versions

Current version is running ember-cli >= 3.1.0

Installation

ember install ember-request-observer

Usage

Inject the service to controller or component

requestObserver: inject.service('request-observer')

Use the requestInProgress method like so: requestObserver.requestInProgress

resultdescription
truea request is in progress
falseno requests in progress

It can be used on the controller/component as well as in the template like so:

{{requestObserver.requestInProgress}}

Contributions

All contributions are welcomed and encouraged.

Please make all pull requests to the dev branch.

Thanks!

Keywords

ember-addon

FAQs

Package last updated on 01 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts