Items array. Should be an array of objects with id and text properties. As convenience, you may also pass an array of strings, in which case the same string is used for both the ID and the text. Items may be nested by adding a options optionValueField string 'id' Provide an opportuni...
code that should be invoked at the run phase of the module Function objects registered as modules get an$injectattribute which points to an array of strings representing their dependencies - this is what all the sugar ways of declaring dependencies does. Inspecting Angular from the console How do...
propertiesis an array of strings that supports individual or deeply nested keys (output.publicPathandplugins[0]are valid keys). The number of times to recurse the object while formatting before it's logged is controlled by theserializationDepthproperty: ...
Processors can expose properties that tell Dgeni where in the pipeline they should be run and how to validate the configuration of the Processor. $enabled - if set to false then this Processor will not be included in the pipeline $runAfter - an array of strings, where each string is the ...
| [](https://github.com/angular/angular/commit/59387ee476dff1a893a01fe5cbee3c95b93c0cdb) | support styles and styleUrl as strings (#51715) | | [ - One or more selectors for apps in the page (i.e. so one string or an array of strings). buffer(defaulttrue) - If true, preboot will attempt to buffer client rendering to an extra hidden div. In most cases you will want to leave the default (i.e. true) but ...
The uppercase filter format strings to upper case:Example The name is {{ lastName | uppercase }} Try it Yourself » The lowercase filter format strings to lower case:Example The name is {{ lastName | lowercase }} Try it Yourself...
if (typeof record.item === 'string') { this._toggleClass(record.item, true); } else { throw new Error( `NgClass can only toggle CSS classes expressed as strings, got ${stringify(record.item)}`); } }); changes.forEachRemovedItem((record) => this._toggleClass(record.item, false)...