About 6,000,000 results
Open links in new tab
  1. angular material - How to add icon to mat-icon-button - Stack Overflow

    Jan 5, 2018 · All you need to do is add the mat-icon-button directive to the button element in your template. Within the button element specify your desired icon with a mat-icon component. …

  2. angular - How to change the icon on the button? - Stack Overflow

    Mar 29, 2019 · I want to change the icon to a button depending on the menu that is open or not. That is, if the window is active, then the icon on the button pi pi-lock otherwise pi pi-lock-open . …

  3. angular - "Edit / Delete" button for each row & header column is ...

    Jul 19, 2017 · I am quite new in the angular 4 world and I'm trying to add "Edit / Delete" button for each row & header column is 'Action' in the md-table component in Angular Material design …

  4. Button | Angular Material

    Buttons or links containing only icons (such as mat-fab, mat-mini-fab, and mat-icon-button) should be given a meaningful label via aria-label or aria-labelledby.

  5. How to use mat-icon in angular? - GeeksforGeeks

    Jun 9, 2020 · To include icons in your webpage, you can use mat-icon directive. Previously it was known as md-icon.

  6. Angular Buttons Button Icon Button - Kendo UI for Angular - Telerik

    The Button provides the following options to set an image or icon inside the component: icon—Sets an icon inside the Button. For the full list of available icons, go to the list of font …

  7. Angular material button with icon | How to create a button

    Mar 31, 2023 · How to create a button with the icon in Angular material? To create the button and attach an icon with them, we can make use of both button and icon from the material library. It …

  8. How to Easily Add Icons to Your Angular Application

    Jul 22, 2023 · Icons are a great way to add visual appeal to your website or app. With Angular Material’s MatIcon component, you can easily add icons with just a few lines of code. In this …

  9. Angular Material Button with Icon - ConcretePage.com

    Oct 21, 2022 · Material button with icon is created using <mat-icon> element within Material <button> element with mat-icon-button, mat-fab and mat-mini-fab attributes. 1. Using mat-icon …

  10. Angular 10 - Combined Add/Edit (Create/Update) Form Example

    Sep 2, 2020 · Angular Add/Edit Component. The add/edit component is used for both adding and editing users in the angular app, the component is in "add mode" when there is no user id …

  11. Some results have been removed