1.0.4 • Published 6 years ago

contact-list v1.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

contact-list

Bootstrap 4 / Angular based list of contacts angular component.

travis ci npm version

Coverage Report

Documentation

Demo

Installation

npm install contact-list - install package

Usage

import {ContactListModule} from 'contact-list';

@NgModule({
  imports: [
    ContactListModule
  ]
})
export class AppModule {
}

And use in template:

<app-contact-list></app-contact-list>

Or in routing:

const routes: Routes = [
  {path: '', component: ContactListComponent}
];

As a result you should see the page with contacts list

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago