Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

web-education/infra-components

Repository files navigation

infra-components

Angular2 agnostic components library

Build

  • clone this repo
  • npm install
  • npm start

Done !

Use it

npm install web-education/infra-components --save-dev

In your code

import { InfraComponentsModule } from 'infra-components'

@NgModule({
    imports: [
        /* ... */
        InfraComponentsModule
        /* ... */
     ]
})