1.0.0 • Published 8 years ago

@betadigitalproduction/ngx-nprogress v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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
}