MCPcopy Create free account
hub / github.com/angular/components / reset

Method reset

src/material/grid-list/tile-styler.ts:289–296  ·  view source on GitHub ↗
(list: TileStyleTarget)

Source from the content-addressed store, hash-verified

287 }
288
289 reset(list: TileStyleTarget) {
290 if (list._tiles) {
291 list._tiles.forEach(tile => {
292 tile._setStyle('top', null);
293 tile._setStyle('height', null);
294 });
295 }
296 }
297}
298
299/** Wraps a CSS string in a calc function */

Callers

nothing calls this directly

Calls 1

_setStyleMethod · 0.80

Tested by

no test coverage detected