There was an error while loading. Please reload this page.
1 parent fc2181e commit 95d86d1Copy full SHA for 95d86d1
modules/examples/src/hello_world/app.js
@@ -20,7 +20,7 @@ import {bootstrap, Component, Decorator, TemplateConfig, NgElement} from 'core/c
20
// The template for the component.
21
// Expressions in the template (like {{greeting}}) are evaluated in the
22
// context of the HelloCmp class below.
23
- inline: `{{greeting}} <span red>world</foo>!`,
+ inline: `{{greeting}} <span red>world</span>!`,
24
// All directives used in the template need to be specified. This allows for
25
// modularity (RedDec can only be used in this template)
26
// and better tooling (the template can be invalidated if the attribute is
0 commit comments