chore(ngComponentOutlet): add missing semicolon

This commit is contained in:
Matias Niemelä 2017-01-09 11:54:25 -08:00
parent 8578682dcf
commit fb6c4582a1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class NgTemplateOutletSimpleExample {
// #docregion CompleteExample
@Injectable()
class Greeter {
suffix = '!'
suffix = '!';
}
@Component({