fix(doc): Add missing comma in example (#8769)

This commit is contained in:
Ivan Gabriele 2016-05-26 18:50:59 +02:00 committed by Miško Hevery
parent bab6023eee
commit 00475f25c8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import {StringMapWrapper, isListLikeIterable} from '../../src/facade/collection'
* color: gray; * color: gray;
* border: medium solid gray; * border: medium solid gray;
* } * }
* `] * `],
* directives: [NgClass] * directives: [NgClass]
* }) * })
* class ToggleButton { * class ToggleButton {