mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 01:10:13 +01:00
Configure material theme, add material button and input examples
This commit is contained in:
parent
7ac5287e55
commit
5880c161d9
17 changed files with 198 additions and 40 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-material-buttons',
|
||||
templateUrl: './material-buttons.component.html',
|
||||
styleUrls: ['./material-buttons.component.scss']
|
||||
})
|
||||
export class MaterialButtonsComponent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue