ngx-bulma-pagination
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

NgxBulmaPagination

Angular + Bulma - pagination

Quick Start

  1. Install packages
npm i ngx-bulma-pagination
  1. Import a module
// app.module.ts
 
...
import { NgxBulmaPaginationModule } from "ngx-bulma-pagination";
 
@NgModule({
  ...,
  imports: [
    ...,
    NgxBulmaPaginationModule
  ],
  ...
})
export class AppModule { }
  1. Using a component
<ngx-bulma-pagination ...></ngx-bulma-pagination>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i ngx-bulma-pagination

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

1.05 MB

Total Files

19

Last publish

Collaborators

  • ledyx