Skip to content

Commit 95d86d1

Browse files
pkozlowski-opensourcerkirov
authored andcommitted
fix(example): correct markup in the hello world example
1 parent fc2181e commit 95d86d1

File tree

1 file changed

+1
-1
lines changed
  • modules/examples/src/hello_world

1 file changed

+1
-1
lines changed

modules/examples/src/hello_world/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {bootstrap, Component, Decorator, TemplateConfig, NgElement} from 'core/c
2020
// The template for the component.
2121
// Expressions in the template (like {{greeting}}) are evaluated in the
2222
// context of the HelloCmp class below.
23-
inline: `{{greeting}} <span red>world</foo>!`,
23+
inline: `{{greeting}} <span red>world</span>!`,
2424
// All directives used in the template need to be specified. This allows for
2525
// modularity (RedDec can only be used in this template)
2626
// and better tooling (the template can be invalidated if the attribute is

0 commit comments

Comments
 (0)