toggle means: it has two states, which can be toggled between the two states

Tags:

This panel can be closed
No documentation yet

Authors:Zhicheng Wang

<ui-panel #panel i18n-title title="This panel can be closed">
  <button (click)="panel.toggle.turnOff()" class="btn btn-primary" type="button">
    <span i18n>Close this panel</span>
  </button>
</ui-panel>