Socket
Socket
Sign inDemoInstall

ng-loading-bar

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-loading-bar - npm Package Versions

0.0.10

Diff

aitboudad
published 0.0.9 •

aitboudad
published 0.0.8 •

aitboudad
published 0.0.7 •

aitboudad
published 0.0.6 •

aitboudad
published 0.0.5 •

aitboudad
published 0.0.4 •

Changelog

Source

0.0.4

Bug Fixes

  • core: added support for AOT

BREAKING CHANGES

  • The NgLoadingBarModule module must be imported using the forRoot() method.

    Before:

    @NgModule({
      imports: [NgLoadingBarModule],
    })
    export class AppModule {}
    

    After:

    @NgModule({
      imports: [NgLoadingBarModule.forRoot()],
    })
    export class AppModule {}
    
aitboudad
published 0.0.3 •

aitboudad
published 0.0.2 •

aitboudad
published 0.0.1 •

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