1.0.0 • Published 6 years ago

angular-click-outside-directive v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

angular-click-outside-directive

https://bitbucket.org/zhoufang/angular-click-outside-directive

  • @class ClickOutSideDirective
  • @Output() public clickOutside = new EventEmitter();
  • @Input() public exceptionDom?: ElementRef;
  • @Input() public useFlag = true; this flag to break the current zone;For example if you want to use *ngIf to toggle the component
  • @implements {OnInit}
  • @implements {AfterViewInit}