mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
Configure material theme, add material button and input examples
This commit is contained in:
parent
3f77efdabf
commit
747f48d021
17 changed files with 216 additions and 30 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-material-inputs',
|
||||
templateUrl: './material-inputs.component.html',
|
||||
styleUrls: ['./material-inputs.component.scss']
|
||||
})
|
||||
export class MaterialInputsComponent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue