@betadigitalproduction/ngx-nprogress

Wrapper for 'nprogress' for Angular. Synced when 'angular/router'

Usage no npm install needed!

<script type="module">
  import betadigitalproductionNgxNprogress from 'https://cdn.skypack.dev/@betadigitalproduction/ngx-nprogress';
</script>

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
}