@betadigitalproduction/ngx-nprogress
v1.0.0
Published
Wrapper for 'nprogress' for Angular. Synced when 'angular/router'
Downloads
3
Keywords
Readme
Angular nprogress
Wrapper for nprogress for Angular. Synced when 'angular/router' and respects SSR.
INSTALLATION
CONFIGURATION
CUSTOMIZE COLORS
#nprogress .bar {
background: purple
}
#nprogress .peg {
box-shadow: 0 0 10px purple, 0 0 5px purple
}
#nprogress .spinner-icon {
border-top-color: purple
border-left-color: purple
}