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

chore: put webpack guide in a ordered position #1492

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions public/docs/ts/latest/guide/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"intro": "Talk to a remote server with an HTTP Client."
},

"webpack": {
"title": "Introduction to Webpack",
"intro": "Create your Angular 2 applications with a Webpack based tooling"
},

"lifecycle-hooks": {
"title": "Lifecycle Hooks",
"intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them."
Expand Down Expand Up @@ -131,11 +136,6 @@
"intro": "Angular 1 applications can be incrementally upgraded to Angular 2."
},

"webpack": {
"title": "Introduction to Webpack",
"intro": "Create your Angular 2 applications with a Webpack based tooling"
},

"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
Expand Down