README
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>