Skip to content

Instantly share code, notes, and snippets.

@venkateshwarv
Created February 18, 2017 20:04
Show Gist options
  • Save venkateshwarv/2d5d4bb73d061f0832123e766f7868e2 to your computer and use it in GitHub Desktop.
Save venkateshwarv/2d5d4bb73d061f0832123e766f7868e2 to your computer and use it in GitHub Desktop.
Menu.html original
<template>
<div class="mat-menu-panel" [ngClass]="_classList" (keydown)="_keyManager.onKeydown($event)"
(click)="_emitCloseEvent()" [@transformMenu]="'showing'">
<div class="mat-menu-content" [@fadeInItems]="'showing'">
<ng-content></ng-content>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment