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

@tusharghoshbd/ngx-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tusharghoshbd/ngx-loader

Angular loader component using html and css

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-26.47%
Maintainers
1
Weekly downloads
 
Created
Source

Ngx Loader

Ngx loader is an angular library for preloader. It is very easy to integrate to component and can be customize with custom template.

Demo

Demo in example

Demo in stackblitz

Installation

npm i @tusharghoshbd/ngx-loader

Usage

app module
import { NgxLoaderModule } from '@tusharghoshbd/ngx-loader';

@NgModule({
  imports:      [ ...,  NgxLoaderModule ]
})
Html file
 <ngx-loader [show]="true" > Loading... </ngx-loader>

Features:

  • Fullscreen mode
  • Insider container mode (Parent container must be style position: relative)
  • Customize the template
  • Easy to integrate in component

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

FAQs

Package last updated on 14 Apr 2020

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

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