interfaces.ts 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 export interface IComponentWithPermissions { permissions: () => string[]; } export interface IModalComponent { $uibModal: ng.ui.bootstrap.IModalService; modalInstance: ng.ui.bootstrap.IModalServiceInstance; }