chore(ngComponentOutlet): add missing semicolon
This commit is contained in:
parent
8578682dcf
commit
fb6c4582a1
|
@ -29,7 +29,7 @@ class NgTemplateOutletSimpleExample {
|
|||
// #docregion CompleteExample
|
||||
@Injectable()
|
||||
class Greeter {
|
||||
suffix = '!'
|
||||
suffix = '!';
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
|
Loading…
Reference in New Issue