1.1.2 • Published 5 years ago

pilar v1.1.2

Weekly downloads
5
License
-
Repository
gitlab
Last release
5 years ago

UI component for UIIGateway powered by Angular

Pilar is a collection of components for Angular, built by BSI Developer with years of experince in developing open source UI components. According to one of our senior developer, Pilar is the best angular UI framework built with love from yogyakarta to the world.

Installation

npm install pilar --registry https://npm.uii.ac.id

Import into a module

import { PilarModule } from 'pilar';
@NgModule({
    ...
    imports: [
        PilarModule.forRoot()
    ],
    ...
})

Replace the default styles in angular.json

    "styles": [
        "./node_modules/pilar/assets/stylesheets/styles.scss"
    ],

Add needed components, services, directives, pipes to your page

<uii-pagination
    [amountOfData]="100"
    [dataPerPage]="10">
</uii-pagination>

Links