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>

Package Sidebar

Install

npm i ngx-bulma-pagination

Weekly Downloads

5

Version

0.0.3

License

none

Unpacked Size

1.05 MB

Total Files

19

Last publish

Collaborators

  • ledyx