Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngx-loading-bar/core

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-loading-bar/core - npm Package Versions

1
7

1.0.0-rc.1

Diff

Changelog

Source

1.0.0-rc.1 (2017-12-08)

Features

  • core: allow change bar color (#38) (2461d41), closes #37

<a name="1.0.0-rc.0"></a>

aitboudad
published 1.0.0-rc.0 •

Changelog

Source

1.0.0-rc.0 (2017-12-07)

Features

  • core: remove deprecated property LoadingBarService:pending (#36) (3779ff9)
  • demo: deploy in gh-pages. (#35) (671ec93)

<a name="1.0.0-alpha.18"></a>

aitboudad
published 1.0.0-alpha.18 •

Changelog

Source

1.0.0-alpha.18 (2017-11-28)

Bug Fixes

  • http: ensure request is cancelled on unsuscribe. (ecea4bf), closes #33

BREAKING CHANGES

  • http: http service observables doesn't use subscribe anymore to track request which means you must ensure to subscribe in order to load request
Before
this.http.get('URL');
After
this.http.get('URL').subscribe((v) => {});

<a name="1.0.0-alpha.17"></a>

aitboudad
published 1.0.0-alpha.17 •

Changelog

Source

1.0.0-alpha.17 (2017-11-27)

Bug Fixes

  • core: add debounce to avoid ExpressionChangedAfterItHasBeenCheckedError (a704544), closes #32

Features

  • core: remove ng-loading-bar selector (3489a4a)

<a name="1.0.0-alpha.16"></a>

aitboudad
published 1.0.0-alpha.16 •

Changelog

Source

1.0.0-alpha.16 (2017-11-27)

Bug Fixes

  • core: avoid start during complete timeout (000a94e)

Features

  • core: allow turn the loading bar off. (2dc123b)

<a name="1.0.0-alpha.15"></a>

aitboudad
published 1.0.0-alpha.15 •

Changelog

Source

1.0.0-alpha.15 (2017-11-25)

Features

  • core: emit progress value instead of pending requests (db382c7)
  • demo: add material progress-bar example. (e7ea934)

<a name="1.0.0-alpha.14"></a>

aitboudad
published 1.0.0-alpha.14 •

Changelog

Source

1.0.0-alpha.14 (2017-11-01)

Bug Fixes

  • #19: complete on HttpEventType.Response. (dda728f)

<a name="1.0.0-alpha.13"></a>

aitboudad
published 1.0.0-alpha.13 •

Changelog

Source

1.0.0-alpha.13 (2017-10-26)

Bug Fixes

  • #20: stop loading on HttpResponse. (60e0f9d)
  • #21: allow import loading-bar components in child modules. (a6f95f5)
  • #22: ensure using the shared http response. (77ad23c)
  • http-client: add temporary way to ignore loading-bar. (d53a7b1)
  • http-client: avoid start twice when using retry operator. (e926dc1)

Features

  • remove tight coupling with http (#13) (6284a7a)
  • demo: use @angular/cli. (68a7806)
  • loading-bar-service: deprecated all methods in favor of start/complete. (bfd1048)
  • npm: allow angular v5. (415a78c)
aitboudad
published 1.0.0-alpha.12 •

aitboudad
published 1.0.0-alpha.11 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc