mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 02:10:12 +01:00
fix(buttons): move styles to related child components
This commit is contained in:
parent
61869dad7a
commit
b9a246457f
7 changed files with 202 additions and 205 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue