protobufPathToSchemaPathTree
protobufPathToSchemaPathTree<
T>(path,basePath):SchemaPathTree<T>
Defined in: validate-message-tree.ts:19
Converts a protobuf path to a schema path tree. This is used to map protobuf validation violations to Angular form controls.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”Path
basePath
Section titled “basePath”SchemaPathTree<T>
Returns
Section titled “Returns”SchemaPathTree<T>