{$apply: function}passes in the current value to the function and updates it with the new returned value. {$add: array of objects}add a value to aMaporSet. When adding to aSetyou pass in an array of objects to add, when adding to a Map, you pass in[key, value]arrays like so:...
assign(value: object): Do a shallow merge of the node with the given value. If the node is an object, the value will be merged into the object similar to Object.assign(<currentValue>, value). unassign(attributes: string[]): Remove the given attributes from the existing value. Array ope...
Arrays can be indexed into with runtime variables via the ES2015Computed Property Namesfeature. An object property name expression may be wrapped in brackets [] which will be evaluated at runtime to form the final property name. constcollection={children:['zero','one','two']};constindex=1...
{$apply: function}passes in the current value to the function and updates it with the new returned value. {$add: array of objects}add a value to aMaporSet. When adding to aSetyou pass in an array of objects to add, when adding to a Map, you pass in[key, value]arrays like so:...