@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
13 lines (12 loc) • 632 B
TypeScript
import { OnInit } from '@angular/core';
import { RedirectService } from '@netgrif/components-core';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare class RedirectComponent implements OnInit {
protected redirectService: RedirectService;
translate: TranslateService;
constructor(redirectService: RedirectService, translate: TranslateService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RedirectComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RedirectComponent, "nc-redirect", never, {}, {}, never, never, false, never>;
}