Skip to content
Snippets Groups Projects
show-state-variables-button.component.html 243 B
Newer Older
  • Learn to ignore specific revisions
  • <button mat-flat-button
            class="show-state-variables-button"
            color="accent"
            (click)="showStateVariablesDialog()">
      <mat-icon>integration_instructions</mat-icon>
    
      <span>{{'stateVariables' | translate}}</span>