8b4acbbcbf
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 09:03:28 -07:00
21018af2bf
docs(aio): replace “Angular 1” in upgrade phonecat script
2017-06-22 14:57:02 -07:00
67ffbae6f9
docs(aio): fix promises link in toh-pt4
...
closes #16050
2017-06-22 14:56:41 -07:00
5dd5bfde72
docs(aio): remove "_" from private property name
...
follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods
2017-06-22 14:55:42 -07:00
400486ced7
docs(aio): correct typos in Tour of Heroes HeroSearchService
2017-06-22 14:55:17 -07:00
1a947e4b75
docs(aio): Added resources to UI Components ( #17635 )
...
docs(aio): Added resources to UI Components
2017-06-22 14:52:58 -07:00
92bcfefc35
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 14:51:05 -07:00
133b5e6e36
docs(aio): added link to Russian Angular Courses
2017-06-22 14:46:24 -07:00
8c129d73b8
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 14:38:55 -07:00
37cdc4f759
docs(aio): ward's changes
2017-06-21 16:21:20 -07:00
b1dab181e0
docs(aio): change to overall prose
2017-06-21 16:21:20 -07:00
fd6c4e371b
docs(aio): create author style guide
2017-06-21 16:21:20 -07:00
0034bb28e5
fix(aio): restore component-styles/exclude hidden children
2017-06-21 11:33:19 -07:00
d16852898f
docs(aio): fix numbered list in testing.md
...
This list renders OK in the github UI but not at https://angular.io/guide/testing#setup
2017-06-20 16:43:26 -07:00
00874c27f4
docs(aio): update resource listing
2017-06-20 12:58:02 -07:00
4f37f86433
fix(aio): switch from innerText
to textContent
to support older browsers
...
`innerText` is not supported in Firefox prior to v45. In most cases (at least
the ones we are interested in), `innerText` and `textContent` work equally well,
but `textContent` is more performant (as it doesn't require a reflow).
From [MDN][1] on the differences of `innerText` vs `textContent`:
> - [...]
> - `innerText` is aware of style and will not return the text of hidden
> elements, whereas `textContent` will.
> - As `innerText` is aware of CSS styling, it will trigger a reflow, whereas
> `textContent` will not.
> - [...]
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent#Differences_from_innerText
Fixes #17585
2017-06-19 10:32:36 -07:00
956a7e95d7
docs(aio): re-add biography entry for devversion
...
With SHA 2c3e948e61
the biography of Paul Gschwendtner has been accidentally removed.
This re-adds the biography entry (picture still present) as requested on Slack.
2017-06-16 07:56:15 +01:00
2c3e948e61
docs(aio): update about page
2017-06-15 07:49:41 +01:00
2b1de07f02
docs(aio): incorporate Ward's comments
2017-06-15 07:46:44 +01:00
fb877696bf
docs(aio): add short section on built-in validators, copy edits
2017-06-15 07:46:44 +01:00
06a0cf2e31
docs(aio): http guide shows how to import toPromise operator from rxjs
...
Solves #17454
2017-06-15 07:45:12 +01:00
38fc2a0055
fix(aio): fix trackBy demo in template-syntax article
2017-06-14 12:04:59 +01:00
98308cd79c
docs(aio): update typescript for examples/webpack
to same as cli
2017-06-13 10:28:10 -07:00
541c9a94bf
docs(aio): i18n guide - updates for v4
2017-06-13 12:38:38 +01:00
bffccf4622
fix(aio): fix buttons in "Home" and "Features"
...
Using `<a>` inside a `<button>` is not syntactically valid HTML and breaks on
some browsers (e.g. Firefox). Furthermore, clicking the button doesn't do
anything unless you click on the link (e.g. clicking on the padding around the
link does nothing), which is inconvenient and confusing.
Fixes #17448
2017-06-13 11:24:36 +01:00
fc774a1871
docs: clarify when non-null-assertion-operator is needed in template-syntax
2017-06-13 08:02:30 +01:00
0658e1da7f
docs(aio): rename Upgrade docs to cheatsheet
2017-06-13 07:15:05 +01:00
d961911a98
docs(aio): fix broken example in upgrade guide
...
Fixes #17109
2017-06-11 18:37:27 +01:00
df7774c018
docs(aio): restore animation original value ( #17385 )
2017-06-09 18:27:11 -07:00
d56b7ed96d
docs(aio): reorganise the sidenav menu ( #16934 )
...
Reorganizes the items in the sidenav menu and consolidates the quickstart
and cli-quickstart guides into one.
2017-06-09 14:48:53 -07:00
0020dad595
docs(aio): update examples to 4.2 ( #17367 )
2017-06-09 14:35:35 -07:00
503fd1fbaf
docs(aio): fix image width on the homepage
2017-06-09 13:32:52 -07:00
4c74dba2f3
docs(aio): update events page
2017-06-09 13:32:52 -07:00
a0b30e5dfb
docs(aio): remove example specific .gitignore
files
...
All the files that should be ignored are defined in the
`aio/content/examples/.gitigore` folder.
2017-06-09 14:33:21 +01:00
76a920651c
docs(aio): remove cli-quickstart styles.css from git
2017-06-09 14:33:21 +01:00
c0dcb342f3
docs(aio): create styles.css snippet file for toh-pt5 example
2017-06-09 14:33:21 +01:00
8a9a5ecdd7
docs(aio): move example specific styles into router example app.css file
2017-06-09 14:33:21 +01:00
12c5ead39c
docs(aio): do not ignore i18n example js file
2017-06-09 14:33:21 +01:00
576d6d8f86
feat(aio): update the home page and docs landing page content ( #17325 )
...
Closes #17268
Closes #17230
2017-06-08 15:26:15 -07:00
f370fd36e0
docs: "TypeScript to JavaScript" code tab renamed “ES6 + Decorators”
...
closes #17260
2017-06-08 14:00:06 -07:00
5a71df0cb3
build(aio): rename features header
2017-06-08 12:57:42 -07:00
6a46cabb10
docs: security guide images
...
closes #17263
2017-06-08 12:57:13 -07:00
74673545c0
docs(aio): document the non-null assertion operator
2017-06-08 12:55:19 -07:00
75a311f250
fix(aio): style and fix hover color for features cta button ( #17342 )
2017-06-08 12:09:33 -07:00
4d2ee51bb0
fix(aio): remove glossary l-sub-section class ( #17305 )
2017-06-08 11:58:49 -07:00
cba2b3c72d
docs(aio): add “nougat” to compat chart
...
closes #17262
2017-06-07 12:40:50 -07:00
a39f7d63bb
docs(aio): use h1 rather than divs and hide heading anchors
...
In the marketing pages we do not want to show heading anchors on hover.
Previously, this was achieved by using div rather than heading elements.
Now we can use semantically accurate headings while hiding the anchor.
Closes #17244
Closes #17264
2017-06-07 11:26:27 -07:00
078a4b00a7
fix(aio): fix button alignment and jump
...
- Fix alignment on get started button on home page
- Remove jump by removing arrow from learn more button on home page
2017-06-07 09:11:20 +01:00
d4e196035c
build(aio): update features and presskit marketing pages
2017-06-06 13:08:48 -07:00
3a121a621f
build(aio): migrate contribute page to html
2017-06-06 16:38:29 +01:00