• Wait for subapps to be ready.

    • A subapp is awaited if one of the following is true
    1. It needs SSR
    2. The param list is true
    3. The param list is array of strings and contains the subapp's name.

    Parameters

    • list: boolean | string[] = false

      list of subapps' names to wait (if it's true, then wait for all)

    • ignores: string[] = []

      List of subapp names to ignore

    • callDepth: number = 0

      Call depth to search

    Returns Promise<any>

    promise