@amirsavand/ngx-common - v5.4.0
    Preparing search index...

    Function removeChild

    • Removes the given item from the given list.

      Type Parameters

      • T

      Parameters

      • list: T[]

        The list from which the item should be removed.

      • child: T

        The item to be removed from the list.

      Returns void