Angular Signal Generators
    Preparing search index...

    Type Alias BoundMethods<T, K>

    BoundMethods: {
        [Key in K[number]]: (...args: MethodParameters<T, Key>) => void
    }

    Type Parameters