@thedesignsystem/button
v0.1.1
Published
Import module with: `import { ButtonModule, ButtonComponent } from '@thedesignsystem/button';`
Readme
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 ]
