- Prose: copyedits, including fix to misnamed directive class
(`MyHighlightDirective` --> `HighlightDirective`).
- E2E update to avoid warning of multiple matching elements.
- Code: remove obsolete template region.
- Remove obsolete Jade blocks (no longer required by Dart).
- Replace old Jade syntax with plain markdown.
- Remove a few unnecessary `:marked`.
* docs(hier-dep-inj): fix in comp name, spelling in field name, copyedits
- `villaines` --> `villains`
- `TaxReturnComponent` --> `HeroTaxReturnComponent`
- Moved `@Input()` to be on setter rather than getter.
- Other misc copyedits
* Content edits in the Angular 2 "Forms" page.
* Updates based on @juleskremer's feedback.
* Added bold formatting for UI button names.
* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"
* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.
* Update glossary.jade
* Update forms.jade
* Update glossary.jade
* Update glossary.jade
* Update glossary.jade
* Update glossary.jade
* Content edits in the Angular 2 "Forms" page.
* Updates based on @juleskremer's feedback.
* Added bold formatting for UI button names.
* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"
* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.
Change the height of the search results so that the height of each
places the text inside directly in the middle.
Apply a styling similar to the dashboard's heroes when hovering
over a search result.
* Edits to the "Angular Modules (NgModule)" page (ngmodule.jade). In order to fix some broken links, I defined their destinations in forms.jade and pipes.jade.
* Changed "Angular module" to "NgModule" and other edits.
- I assumed that the “Angular Module FAQs” cookbook page should change to “NgModule FAQs”, so I updated that page as well.
- I updated the name in page headers, TOC titles, and links on the Docs Home page (index.html).
- I noticed the Advanced and Cookbook sections are organized alphabetically, so I reordered the pages and references to reflect that.
* Fix typo (repeated file names)
* Correct subparagraph
Correct subparagraph in accordance with @kapunahelewong suggestion.
Add separate info about imports from `rxjs` lib for `hero-list.component.ts` and `hero.service.ts`.
All shown boilerplate is copy paste of a new CLI generated project using the rc.0 blueprints.
Formatting might be a bit different from the norm in the angular.io repo but it should be left as is, since the shown files should match a generated project.