Angular2 agnostic components library
- clone this repo
npm install
npm start
Done !
npm install web-education/infra-components --save-dev
In your code
import { InfraComponentsModule } from 'infra-components'
@NgModule({
imports: [
/* ... */
InfraComponentsModule
/* ... */
]
})