Skip to content

Commit

Permalink
fix(benchmarks): add comments to make syncing into google3 easier (an…
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel authored Jul 8, 2020
1 parent 2335571 commit 74f622b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/benchmarks/material/button/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {Component, NgModule, ViewEncapsulation} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {MatButtonModule} from '@angular/material/button';

/** component: mat-raised-button */

@Component({
selector: 'app-root',
template: `
Expand Down
2 changes: 2 additions & 0 deletions test/benchmarks/material/checkbox/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {Component, NgModule, ViewEncapsulation} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {MatCheckboxModule} from '@angular/material/checkbox';

/** component: mat-checkbox */

@Component({
selector: 'app-root',
template: `
Expand Down
2 changes: 2 additions & 0 deletions test/benchmarks/material/chips/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {Component, NgModule, ViewEncapsulation} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {MatChipsModule} from '@angular/material/chips';

/** component: mat-chip */

@Component({
selector: 'app-root',
template: `
Expand Down
2 changes: 2 additions & 0 deletions test/benchmarks/material/slide-toggle/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {Component, NgModule, ViewEncapsulation} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {MatSlideToggleModule} from '@angular/material/slide-toggle';

/** component: mat-slide-toggle */

@Component({
selector: 'app-root',
template: `
Expand Down

0 comments on commit 74f622b

Please sign in to comment.