0.1.1 • Published 5 years ago

@thedesignsystem/button v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Component: Button

Usage

Import module with: import { ButtonModule, ButtonComponent } from '@thedesignsystem/button';

Find your main @NgModule in app.module.ts add the module imported in declarations array: declarations: [ ButtonComponent ] and the module imported in imports array: imports: [ ButtonModule ]

0.1.1

5 years ago