feat(ngFor): support a custom template

Part of #1989

Closes #4637
This commit is contained in:
Tobias Bosch
2015-10-09 12:04:10 -07:00
parent a8c34ae290
commit 6207b1af88
3 changed files with 32 additions and 2 deletions

View File

@ -648,6 +648,7 @@ var NG_API = [
'NgFor',
'NgFor.doCheck()',
'NgFor.ngForOf=',
'NgFor.ngForTemplate=',
'NgForm',
'NgForm.addControl()',
'NgForm.addControlGroup()',