addLiteral(literalName, literalValue);
Configure $parse service to add literal values that will be present as literal at expressions.
Parameters
Param | Type | Details |
---|---|---|
literalName | string | Token for the literal value. The literal name value must be a valid literal name. |
literalValue | * | Value for this literal. All literal values must be primitives or |
Please login to continue.