Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't recognize the mat- prefix #6

Open
jmpreston opened this issue Jul 17, 2019 · 0 comments
Open

Doesn't recognize the mat- prefix #6

jmpreston opened this issue Jul 17, 2019 · 0 comments

Comments

@jmpreston
Copy link

jmpreston commented Jul 17, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant