File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -451,24 +451,27 @@ <h4 id="HTML_Line-Wrapping" class="numbered">HTML Line-Wrapping</h4>
451451additional spaces from the original line to distinguish wrapped attributes from
452452child elements.</ p >
453453
454- < pre > < code class ="language-html good "> <md-progress-circular md-mode="indeterminate" class="md-accent"
455- ng-show="ctrl.loading" md-diameter="35">
456- </md-progress-circular>
457- </ code > </ pre >
458-
459- < pre > < code class ="language-html good "> <md-progress-circular
460- md-mode="indeterminate"
461- class="md-accent"
462- ng-show="ctrl.loading"
463- md-diameter="35">
464- </md-progress-circular>
465- </ code > </ pre >
466-
467- < pre > < code class ="language-html good "> <md-progress-circular md-mode="indeterminate"
468- class="md-accent"
469- ng-show="ctrl.loading"
470- md-diameter="35">
471- </md-progress-circular>
454+ < pre > < code class ="language-html good "> <button mat-icon-button color="primary" class="menu-button"
455+ (click)="openMenu()">
456+ <mat-icon>menu</mat-icon>
457+ </button>
458+ </ code > </ pre >
459+
460+ < pre > < code class ="language-html good "> <button
461+ mat-icon-button
462+ color="primary"
463+ class="menu-button"
464+ (click)="openMenu()">
465+ <mat-icon>menu</mat-icon>
466+ </button>
467+ </ code > </ pre >
468+
469+ < pre > < code class ="language-html good "> <button mat-icon-button
470+ color="primary"
471+ class="menu-button"
472+ (click)="openMenu()">
473+ <mat-icon>menu</mat-icon>
474+ </button>
472475</ code > </ pre >
473476
474477< h4 id ="HTML_Quotation_Marks " class ="numbered "> HTML Quotation Marks</ h4 >
You can’t perform that action at this time.
0 commit comments