0.0.3-rc.2 • Published 5 years ago

ngx-rim-loader-bar v0.0.3-rc.2

Weekly downloads
18
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

Angular loader bar for http calls and router navigation

1: Install with:

    npm install ngx-rim-loader-bar

2: Add to your application

import { RimLoaderBarModule } from 'ngx-rim-loader-bar';

     imports: [
        ...
        RimLoaderBarModule,
        ...
      ]

3: Add RouterModule to your application

    RouterModule.forRoot(routes)

4: Add in app.component.html:

    <rim-loader-bar color="your prefered color"></rim-loader-bar>

If you don't specify a color it's going to use blue color: #2196f3

0.0.3-rc.2

5 years ago

0.0.3-rc.1

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago