diff --git a/demo/app/components/button/button.component.html b/demo/app/components/button/button.component.html index 4afd4f148..3f9e3489f 100644 --- a/demo/app/components/button/button.component.html +++ b/demo/app/components/button/button.component.html @@ -1,47 +1,62 @@ -

Demo Controls

- -
- -
- -
- -
- -
- -
-
- - - -
- Click Me! +
+
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+
+ Click Me! +
+ +
+ + build + +
+
+
diff --git a/demo/app/components/button/button.module.ts b/demo/app/components/button/button.module.ts index 4d7d0a352..4e5ee925d 100644 --- a/demo/app/components/button/button.module.ts +++ b/demo/app/components/button/button.module.ts @@ -4,6 +4,7 @@ import { FlexLayoutModule } from '@angular/flex-layout'; import { FormsModule } from '@angular/forms'; import { TsButtonModule } from '@terminus/ui/button'; import { TsCardModule } from '@terminus/ui/card'; +import { TsIconModule } from '@terminus/ui/icon'; import { TsSpacingModule } from '@terminus/ui/spacing'; import { ButtonRoutingModule } from './button-routing.module'; @@ -18,6 +19,7 @@ import { ButtonComponent } from './button.component'; FormsModule, TsButtonModule, TsCardModule, + TsIconModule, TsSpacingModule, ], declarations: [ diff --git a/terminus-ui/button/src/button.component.html b/terminus-ui/button/src/button.component.html index 823f51a07..89e177cc1 100644 --- a/terminus-ui/button/src/button.component.html +++ b/terminus-ui/button/src/button.component.html @@ -1,4 +1,3 @@ -