feat(core): Add `QueryList.forEach` to public api.

This commit is contained in:
laco0416 2016-02-11 09:54:08 +09:00 committed by Matias Niemela
parent b634a25ae0
commit e7470d557d
1 changed files with 1 additions and 0 deletions

View File

@ -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[]',