Button

참조

app.module.ts

import {MatButtonModule} from '@angular/material/button';

@NgModule({
  imports: [MatButtonModule]
})

예제 1

  • template
<button mat-button (click)="onClick()">Click me!</button>

Table of contents 목차

평점을 남겨주세요
평점 : 2.5
총 투표수 : 1