ngx-custom-lib-tralyalya
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

NgxCustomLibTralyalya

This library was generated with Angular CLI version 8.2.14.

Installation

npm i ngx-custom-lib-tralyalya

Update Your App module

import { BrowserModule } from '@angular/platform-browser';
import { YourAppmodule } from './app.component';
import { NgxCustomLibTralyalyaModule } from 'ngx-custom-lib-tralyalya';

@NgModule({
  declarations: [
    YourAppmodule
  ],
  imports: [
    BrowserModule,
    NgxCustomLibTralyalyaModule
  ],
  providers: [],
  bootstrap: [YourAppmodule]
})
export class YourAppmodule { }

HTML tag

<lib-ngx-custom-lib-tralyalya 
    [tableClassName]="'bootstrap-class'" 
    [countries]="countries" 
    (countryData)="yourMethod($event)">
</lib-ngx-custom-lib-tralyalya>

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-custom-lib-tralyalya

Weekly Downloads

0

Version

1.1.5

License

none

Unpacked Size

2.33 MB

Total Files

32

Last publish

Collaborators

  • ampetr