contact-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

/contact-list/

    Package Sidebar

    Install

    npm i contact-list

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    165 kB

    Total Files

    32

    Last publish

    Collaborators

    • s-kalaus