@edugouvfr/ngx-dsfr
Version:
NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).
24 lines (23 loc) • 1.08 kB
TypeScript
import { AfterContentInit } from '@angular/core';
import { I18nService } from '../../shared';
import * as i0 from "@angular/core";
export declare class DsfrTranscriptionComponent implements AfterContentInit {
i18n: I18nService;
/**
* Contenu de la transcription, prioritaire sur le slot <ng-content /> sans sélecteur.
* Le slot permet d'avoir un contenu plus riche.
*/
content: string;
/** Titre du média de niveau h1. */
heading: string;
/** @internal */ collapseId: string;
/** @internal */ dialogId: string;
/** @internal */ titleId: string;
/** @internal */ roleDialog: boolean;
constructor(i18n: I18nService);
ngAfterContentInit(): void;
/** @internal */
enlargeScript(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DsfrTranscriptionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DsfrTranscriptionComponent, "dsfr-transcription", never, { "content": { "alias": "content"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
}