MCPcopy
hub / github.com/angular/angular / last

Method last

packages/common/src/directives/ng_for_of.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57 // Indicates whether this is the last item in the collection.
58 get last(): boolean {
59 return this.index === this.count - 1;
60 }
61
62 // Indicates whether an index of this item in the collection is even.
63 get even(): boolean {

Callers 7

field_node.spec.tsFile · 0.80
submit.spec.tsFile · 0.80
when.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected