Function findIconNamesFromContent

  • Takes a content and returns all existing md-icon names found inside. Pruned and unified.

    Parameters

    • content: string
    • includeComments: boolean = false

    Returns MdIconName[]

    Argument

    content Content to analyze.

    Argument

    includeComments Whether to strip comment from the content or not.

Generated using TypeDoc