X Tutup
Skip to content

Commit e7470d5

Browse files
laco0416Matias Niemela
authored andcommitted
feat(core): Add QueryList.forEach to public api.
1 parent b634a25 commit e7470d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/public_api_spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ const CORE = [
342342
'QueryList.changes:Observable<any>',
343343
'QueryList.filter(fn:(item: T) => boolean):T[]',
344344
'QueryList.first:T',
345+
'QueryList.forEach(fn:(item: T) => void):void',
345346
'QueryList.last:T',
346347
'QueryList.length:number',
347348
'QueryList.map(fn:(item: T) => U):U[]',

0 commit comments

Comments
 (0)
X Tutup