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
0
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

23
7

7.0.0

Diff

Changelog

Source

7.0.0 (2024-10-13)

Features

  • core: update to angular 16 (b8f0992), closes #202 #200
  • http: remove depracated http headers ignoreLoadingBar (c4aee89), closes #201
aitboudad
published 6.0.2 •

Changelog

Source

6.0.2 (2022-02-16)

Bug Fixes

  • http-client: console deprecation log on DevMode only. (#193) (74ac02e)
aitboudad
published 6.0.1 •

Changelog

Source

6.0.1 (2022-01-13)

Bug Fixes

  • router: update peer dependencies (7e9c6ee)
aitboudad
published 6.0.0 •

Changelog

Source

6.0.0 (2021-12-23)

⚠ BREAKING CHANGES

  • core: The library now requires Angular 13

Features

aitboudad
published 5.1.2 •

Changelog

Source

5.1.2 (2021-04-11)

Bug Fixes

  • core: detect changes of actions outside zones (#186) (66722f0), closes #184
aitboudad
published 5.1.1 •

Changelog

Source

5.1.1 (2020-12-05)

Bug Fixes

  • core: move tslib to peerDependencies (fa354ee)
aitboudad
published 5.1.0 •

Changelog

Source

5.1.0 (2020-07-11)

Features

aitboudad
published 5.0.2 •

Changelog

Source

5.0.2 (2020-07-01)

Bug Fixes

  • core: take account of state updates during initial render (#164) (dd1e6a0), closes #163
aitboudad
published 5.0.1 •

Changelog

Source

5.0.1 (2020-06-26)

Bug Fixes

aitboudad
published 5.0.0 •

Changelog

Source

5.0.0 (2020-06-20)

⚠ BREAKING CHANGES

  • core: The library now requires Angular 9

  • core: The loading bar internal selectors has been changed:

Before:

<ngx-loading-bar>
  <div id="loading-bar-spinner"><div class="spinner-icon"></div></div>
  <div id="loading-bar"><div class="bar"><div class="peg"></div></div></div>
</ngx-loading-bar>

After:

<ngx-loading-bar>
  <div class="ngx-bar"></div>
  <div class="ngx-spinner"><div class="ngx-spinner-icon"></div></div>
</ngx-loading-bar>

Features

  • core: change bar and spinner selector + unset z-index when fixed is false (#159) (f1ad7a8)
  • core: set peerDependency to angular >=9.0 (185f1e2), closes #151
  • core: support managing multiple loading bars (c59863f), closes #121
  • core: use OnPush change detection (47d8cff)
  • 🎸 remove deprecated @angular/http package (#139) (666e341)

Bug Fixes

  • 🐛 prevent start when the timer is not triggered yet (88f5254), closes #143

<a name="4.2.0"></a>

23
7
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