cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
16 lines (15 loc) • 769 B
TypeScript
import { OnDestroy, OnInit } from '@angular/core';
import { ButtonComponentInputs } from 'cocori-ng/src/feature-core';
import * as i0 from "@angular/core";
export declare class CocoringButtonLinkComponent implements OnInit, OnDestroy {
btnConfig: ButtonComponentInputs;
url: string;
openNewTab: boolean;
/** Mettre les bons Inputs de base comme ceux utilisé dans le projet atlantX */
constructor();
set config(config: ButtonComponentInputs);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CocoringButtonLinkComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CocoringButtonLinkComponent, "cocoring-button-link", never, { "config": "config"; }, {}, never, never, false>;
}