@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
14 lines (13 loc) • 937 B
TypeScript
import { AbstractUserInviteComponent, OrganizationListService, SignUpService, SnackBarService, UserInviteService } from '@netgrif/components-core';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare class UserInviteComponent extends AbstractUserInviteComponent {
protected _userInviteService: UserInviteService;
protected _orgList: OrganizationListService;
protected _signUpService: SignUpService;
protected _snackBar: SnackBarService;
protected _translate: TranslateService;
constructor(_userInviteService: UserInviteService, _orgList: OrganizationListService, _signUpService: SignUpService, _snackBar: SnackBarService, _translate: TranslateService);
static ɵfac: i0.ɵɵFactoryDeclaration<UserInviteComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserInviteComponent, "nc-user-invite", never, {}, {}, never, never, false, never>;
}