Constructors

Methods

  • get the DirectiveOptions for a directive name

    Parameters

    • directiveName: string

    Returns undefined | DirectiveNodeInfo

    DirectiveOptions if the name has been registered, otherwise undefined

  • get the value of the registered inputs and outputs by directive name

    Parameters

    • directiveName: string

    Returns undefined | string[]

    array of strings if found, otherwise undefined