fix(buttons): move styles to related child components

This commit is contained in:
KostyaDanovsky 2017-06-27 12:28:07 +03:00
parent 61869dad7a
commit b9a246457f
7 changed files with 202 additions and 205 deletions

View file

@ -2,6 +2,7 @@ import { Component } from '@angular/core';
@Component({
selector: 'ngx-hero-buttons',
styleUrls: ['./hero-buttons.component.scss'],
templateUrl: './hero-buttons.component.html',
})
export class HeroButtonComponent {