Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 37847f8

Browse files
committed
docs(toh-2): align snippet with final example
Fixes #2135.
1 parent 44862b9 commit 37847f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/toh-2/ts-snippets/app.component.snippets.pt2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// #enddocregion ng-if
4141

4242
// #docregion hero-array-1
43-
public heroes = HEROES;
43+
heroes = HEROES;
4444
// #enddocregion hero-array-1
4545

4646
// #docregion heroes-template-1

0 commit comments

Comments
 (0)