Skip to content

Commit

Permalink
feat(core): Add QueryList.forEach to public api.
Browse files Browse the repository at this point in the history
  • Loading branch information
laco0416 authored and Matias Niemela committed Feb 20, 2016
1 parent b634a25 commit e7470d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/public_api_guard/public_api_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ const CORE = [
'QueryList.changes:Observable<any>',
'QueryList.filter(fn:(item: T) => boolean):T[]',
'QueryList.first:T',
'QueryList.forEach(fn:(item: T) => void):void',
'QueryList.last:T',
'QueryList.length:number',
'QueryList.map(fn:(item: T) => U):U[]',
Expand Down

0 comments on commit e7470d5

Please sign in to comment.