MCPcopy
hub / github.com/angular/angular / first

Method first

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

Source from the content-addressed store, hash-verified

51
52 // Indicates whether this is the first item in the collection.
53 get first(): boolean {
54 return this.index === 0;
55 }
56
57 // Indicates whether this is the last item in the collection.
58 get last(): boolean {

Calls

no outgoing calls

Tested by

no test coverage detected