• import { stripHtml } from '@src/hylo-components/utils/usefull/usefull';

    Removes html tags.

    Parameters

    • text: string

      the text from which the html tags get striped

    • Optional tag: string

      strips only the specified tag (optional)

    Returns string

Generated using TypeDoc