Skip to content

Doesn't recognize the mat- prefix #6

Description

@jmpreston

I've had your Webstorm plugin for years but it has been a couple of years since the Angular Material team has changed to the mat- prefix from md. Any chance your plugin can be updated?

Use case, an Angular Material table:

         <ng-container matColumnDef="select">
             <th mat-header-cell *matHeaderCellDef> Select </th>
             <td style="width: 4em; text-align: center" mat-cell *matCellDef="let row">
                 <mat-checkbox (click)="selectMember(row.member_id)"></mat-checkbox>
             </td>
         </ng-container>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions