fix: lost some content when building (#227)

This commit is contained in:
Zhicheng Wang 2017-04-22 19:21:15 +08:00
parent 5c90688c1a
commit 53d1e53b09
3 changed files with 13 additions and 13 deletions

View File

@ -1,20 +1,20 @@
{
"currentEnvironment": "JavaScript",
"version": {
"raw": "4.0.0-beta.5",
"raw": "4.1.0-beta.1",
"major": 4,
"minor": 0,
"minor": 1,
"patch": 0,
"prerelease": [
"local"
],
"build": "sha.cf546a7",
"version": "4.0.0-local",
"build": "sha.f08dcf1",
"version": "4.1.0-local",
"codeName": "snapshot",
"isSnapshot": true,
"full": "4.0.0-local+sha.cf546a7",
"full": "4.1.0-local+sha.f08dcf1",
"branch": "master",
"commitSHA": "cf546a7f45f1afa32163d4ba2f9688be882055dd"
"commitSHA": "f08dcf149e343de2d6d4c1f7d64df510fecf5730"
},
"sections": []
}

View File

@ -1,20 +1,20 @@
{
"currentEnvironment": "TypeScript",
"version": {
"raw": "4.0.0-beta.5",
"raw": "4.1.0-beta.1",
"major": 4,
"minor": 0,
"minor": 1,
"patch": 0,
"prerelease": [
"local"
],
"build": "sha.cf546a7",
"version": "4.0.0-local",
"build": "sha.f08dcf1",
"version": "4.1.0-local",
"codeName": "snapshot",
"isSnapshot": true,
"full": "4.0.0-local+sha.cf546a7",
"full": "4.1.0-local+sha.f08dcf1",
"branch": "master",
"commitSHA": "cf546a7f45f1afa32163d4ba2f9688be882055dd"
"commitSHA": "f08dcf149e343de2d6d4c1f7d64df510fecf5730"
},
"sections": []
}

View File

@ -254,7 +254,7 @@ code-example(language="sh" class="code-shell").
我们再往`<li>`元素上插入一句点击事件的绑定代码:
+makeExample('toh-2/ts/src/app/app.component.1.html', 'selectedHero-click', 'app.component.ts (template excerpt)')(format='.')
+makeExample('toh-2/ts/src/app/app.component.1.html', 'selectedHero-click', 'app.component.ts (template excerpt)')(format='.')
:marked
The parentheses identify the `<li>` element's `click` event as the target.