Project

General

Profile

1
export declare class ReactiveErrors {
2
    static controlParentException(): void;
3
    static ngModelGroupException(): void;
4
    static missingFormException(): void;
5
    static groupParentException(): void;
6
    static arrayParentException(): void;
7
    static disabledAttrWarning(): void;
8
}
(19-19/24)