Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 11:11
Show Gist options
  • Save AlexanderKozhevin/8c6dae1f02dbb4de304c47115a260395 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/8c6dae1f02dbb4de304c47115a260395 to your computer and use it in GitHub Desktop.
<ng-sidebar-container class="menu-sidebar">
<!-- A sidebar -->
<ng-sidebar [(opened)]="demosidebar_visible" class="sidebar" [position]="'right'" closeOnClickOutside="true" keyClose="true" >
<div class="d-flex flex-column wrapper-container">
<div class="btn btn-danger" (click)="toggleSidebar()">
Close Sidebar
</div>
<br>
<div class="text-center">
Sample sidebar {{':dizzy:' | emojify}}
</div>
</div>
</ng-sidebar>
</ng-sidebar-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment