Georgios Kalpakas
c649da9f0a
fix(aio): remove unused `news.html` file
...
Although outdated and not used, the file would be picked up and showed in search
results.
2017-07-15 15:29:20 +01:00
Alex Rickabaugh
e0fa727594
fix(aio): document XSRF protection in HttpClient
2017-07-14 12:42:37 -07:00
cexbrayat
8e56c3cb30
docs: fix type error in HttpClient sample
2017-07-14 09:35:25 -07:00
Alex Rickabaugh
bc1ea8c54b
docs: rewrite 'Server Communication' doc guide to use HttpClient ( #18079 )
2017-07-13 15:22:07 -07:00
Jules Kremer
f0beb4d750
docs(aio): add Dart as a language option ( #18080 )
2017-07-13 12:21:28 -07:00
bmarkov
bc3b2ac251
docs(aio): Updated resources to UI Components ( #18067 )
...
With https:// the site gives console errors, because it loads fonts with http://
2017-07-13 12:19:31 -07:00
Ketan Gote
26b9492315
docs(aio): Added resource link to amexio-ng-extensions [duplicate of #17785 ] ( #17790 )
2017-07-11 15:06:14 -07:00
Kapunahele Wong
e110a80caf
docs(aio): change Angular Module to NgModule ( #16964 )
2017-07-11 15:05:20 -07:00
Sarah
20127c1456
docs: fix typos and grammar ( #17818 )
2017-07-11 13:00:53 -07:00
Trotyl Yu
bbf2133fa9
docs: update ECMAScript info ( #17801 )
2017-07-11 12:44:56 -07:00
Wassim Chegham
1b1a6ba0bb
docs: fix 404 link to SFEIR website ( #17913 )
...
Also, I moved SFEIR training description to the "onsite" section since SFEIR doesn't deliver online training.
2017-07-11 12:00:27 -07:00
Trotyl Yu
876ca9ee3a
docs(aio): fix host usage in styleguide ( #17932 )
2017-07-11 11:58:26 -07:00
Javier Revillas
9003770f02
docs: fix style in helper text ( #18055 )
2017-07-11 11:43:52 -07:00
Peter Bacon Darwin
b30c5fc874
docs(aio): fix dangling links
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
0e71836cd5
docs(aio): fix potential invalid jsdoc tag
2017-07-11 11:44:05 +01:00
Victor Berchet
c723d42d0a
refactor: fix typos ( #18000 )
2017-07-07 16:55:17 -07:00
Victor Berchet
0ede642cb9
docs(aio): Update `NgStyle` and `NgClass` to use quoted keys
2017-07-07 16:17:33 -07:00
Stefanie Fluin
e1174f3774
fix(aio): home & marketing styles cleanup ( #17926 )
2017-07-07 11:16:51 -07:00
George Kalpakas
ec58246a1b
docs(aio): add DevExtreme to the UI Components section of resources.json ( #17939 )
2017-07-06 11:15:15 -07:00
Shefali Sinha
92d7ecf627
docs: shefali edits to Authors Style Guide ( #17853 )
2017-07-05 14:33:06 -07:00
Jesus Rodriguez
dc88e0a881
docs(aio): update quickstart to latest cli
2017-07-03 08:25:19 +01:00
Artem Petrosian
f54a901b8d
docs(aio): fix visual-studio-2015 typo
...
This fixes #17283
2017-07-03 08:12:28 +01:00
Stephen Fluin
8e00161601
docs(aio): Add resources contributor info
2017-07-01 14:38:26 +01:00
Artem Petrosian
154154dde2
docs(aio): fix quickstart-cli bad HTML escape chars
2017-06-30 12:23:11 +01:00
Brandon Roberts
8d01db4638
docs: Updated router guide content and examples for paramMap
...
and queryParamMap, tracing, and incidental improvements.
closes #16991 and #16259 which it also fixes.
2017-06-29 09:35:39 -07:00
Ward Bell
96b17034e1
feat(aio): cross reference readme and docs styleguide
2017-06-29 09:35:04 -07:00
David Herges
97bb374218
fix(aio): Typo in Setup Anatomy documentation page
...
Solves #17076
2017-06-26 11:04:46 -07:00
swseverance
233044e337
docs(aio): fix typo
2017-06-26 11:04:32 -07:00
Victor Berchet
b754e600e3
feat(compiler): add support `::ng-deep`
...
- /deep/ is deprecated and being removed from Chrome
- >>> is semantically invalid in a stylesheet
- sass will no longer support either in any version of sass
-> use ::ng-deep in emulated shadow DOM mode
Because the deep combinator is deprecated in the CSS spec,
`/deep/`, `>>>` and `::ng-deep` are also deprecated in emulated shadow DOM mode
and will be removed in the future.
see https://www.chromestatus.com/features/6750456638341120
2017-06-23 14:43:42 -07:00
Anthony Van de Gejuchte
30f4fe26e0
docs(aio): cleanup rollup-config script
2017-06-23 11:55:55 -07:00
Jules Kremer
6191d53a78
docs(aio): Update resources.json - fixed language error
2017-06-23 11:52:22 -07:00
Vincent Ogloblinsky
7d30ccc4a9
docs(aio): update resources - Add Compodoc - documentation tool for Angular app
2017-06-23 11:52:22 -07:00
Ward Bell
7ba720a62a
docs(aio): resources.json - replace “Angular 2” in titles/descriptions
...
closes #16965
2017-06-23 09:04:21 -07:00
Alex Xu
eacc36bbd5
docs(aio): update Bash for Windows info
...
As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands.
https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/
Update setup documentation accordingly.
2017-06-23 09:04:04 -07:00
Georgios Kalpakas
8b4acbbcbf
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 09:03:28 -07:00
Ward Bell
21018af2bf
docs(aio): replace “Angular 1” in upgrade phonecat script
2017-06-22 14:57:02 -07:00
Ward Bell
67ffbae6f9
docs(aio): fix promises link in toh-pt4
...
closes #16050
2017-06-22 14:56:41 -07:00
Michael
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
David
400486ced7
docs(aio): correct typos in Tour of Heroes `HeroSearchService`
2017-06-22 14:55:17 -07:00
bmarkov
1a947e4b75
docs(aio): Added resources to UI Components ( #17635 )
...
docs(aio): Added resources to UI Components
2017-06-22 14:52:58 -07:00
Kapunahele Wong
92bcfefc35
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 14:51:05 -07:00
Stepan Suvorov
133b5e6e36
docs(aio): added link to Russian Angular Courses
2017-06-22 14:46:24 -07:00
Mark Amery
8c129d73b8
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 14:38:55 -07:00
Ward Bell
37cdc4f759
docs(aio): ward's changes
2017-06-21 16:21:20 -07:00
Shefali Sinha
b1dab181e0
docs(aio): change to overall prose
2017-06-21 16:21:20 -07:00
Shefali Sinha
fd6c4e371b
docs(aio): create author style guide
2017-06-21 16:21:20 -07:00
Ward Bell
0034bb28e5
fix(aio): restore component-styles/exclude hidden children
2017-06-21 11:33:19 -07:00
Dan Lipsitt
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
Jules Kremer
00874c27f4
docs(aio): update resource listing
2017-06-20 12:58:02 -07:00
Georgios Kalpakas
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
Paul Gschwendtner
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
Jules Kremer
2c3e948e61
docs(aio): update about page
2017-06-15 07:49:41 +01:00
Kapunahele Wong
2b1de07f02
docs(aio): incorporate Ward's comments
2017-06-15 07:46:44 +01:00
Kapunahele Wong
fb877696bf
docs(aio): add short section on built-in validators, copy edits
2017-06-15 07:46:44 +01:00
David Herges
06a0cf2e31
docs(aio): http guide shows how to import toPromise operator from rxjs
...
Solves #17454
2017-06-15 07:45:12 +01:00
Trotyl Yu
38fc2a0055
fix(aio): fix trackBy demo in template-syntax article
2017-06-14 12:04:59 +01:00
Frederik Prijck
98308cd79c
docs(aio): update typescript for `examples/webpack` to same as cli
2017-06-13 10:28:10 -07:00
Ward Bell
541c9a94bf
docs(aio): i18n guide - updates for v4
2017-06-13 12:38:38 +01:00
Georgios Kalpakas
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
Ward Bell
fc774a1871
docs: clarify when non-null-assertion-operator is needed in template-syntax
2017-06-13 08:02:30 +01:00
Jules Kremer
0658e1da7f
docs(aio): rename Upgrade docs to cheatsheet
2017-06-13 07:15:05 +01:00
Georgios Kalpakas
d961911a98
docs(aio): fix broken example in upgrade guide
...
Fixes #17109
2017-06-11 18:37:27 +01:00
Jesús Rodríguez
df7774c018
docs(aio): restore animation original value ( #17385 )
2017-06-09 18:27:11 -07:00
Kapunahele Wong
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
Jesús Rodríguez
0020dad595
docs(aio): update examples to 4.2 ( #17367 )
2017-06-09 14:35:35 -07:00
Igor Minar
503fd1fbaf
docs(aio): fix image width on the homepage
2017-06-09 13:32:52 -07:00
Igor Minar
4c74dba2f3
docs(aio): update events page
2017-06-09 13:32:52 -07:00
Peter Bacon Darwin
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
Peter Bacon Darwin
76a920651c
docs(aio): remove cli-quickstart styles.css from git
2017-06-09 14:33:21 +01:00
Peter Bacon Darwin
c0dcb342f3
docs(aio): create styles.css snippet file for toh-pt5 example
2017-06-09 14:33:21 +01:00
Peter Bacon Darwin
8a9a5ecdd7
docs(aio): move example specific styles into router example app.css file
2017-06-09 14:33:21 +01:00
Peter Bacon Darwin
12c5ead39c
docs(aio): do not ignore i18n example js file
2017-06-09 14:33:21 +01:00
Igor Minar
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
Ward Bell
f370fd36e0
docs: "TypeScript to JavaScript" code tab renamed “ES6 + Decorators”
...
closes #17260
2017-06-08 14:00:06 -07:00
Jesus Rodriguez
5a71df0cb3
build(aio): rename features header
2017-06-08 12:57:42 -07:00
Ward Bell
6a46cabb10
docs: security guide images
...
closes #17263
2017-06-08 12:57:13 -07:00
Chuck Jazdzewski
74673545c0
docs(aio): document the non-null assertion operator
2017-06-08 12:55:19 -07:00
Stefanie Fluin
75a311f250
fix(aio): style and fix hover color for features cta button ( #17342 )
2017-06-08 12:09:33 -07:00
Stefanie Fluin
4d2ee51bb0
fix(aio): remove glossary l-sub-section class ( #17305 )
2017-06-08 11:58:49 -07:00
Ward Bell
cba2b3c72d
docs(aio): add “nougat” to compat chart
...
closes #17262
2017-06-07 12:40:50 -07:00
Peter Bacon Darwin
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
Stefanie Fluin
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
Jesus Rodriguez
d4e196035c
build(aio): update features and presskit marketing pages
2017-06-06 13:08:48 -07:00
Jesus Rodriguez
3a121a621f
build(aio): migrate contribute page to html
2017-06-06 16:38:29 +01:00
Jesus Rodriguez
c06f4fc702
docs(aio): remove tutorial from docs landing page
2017-06-06 16:38:09 +01:00
Jesus Rodriguez
734f30d14c
build(aio): ignore .ngsummary.ts files in examples
2017-06-05 11:12:59 -07:00
Stefanie Fluin
47e4fca7fd
fix(aio): swap feature headers for divs to remove anchors and fix feature image resizing ( #17156 )
2017-06-01 09:37:27 -07:00
Stefanie Fluin
b8b91d3418
feat(aio): marketing design refresh
...
- Add styling for active TOC item
- Add sidenav styles
- Change header tags to divs from index marketing page to remove anchors
- Fix use of card mixin and create separate card-docs class
- Add marketing styling
- Topnav styling when on home landing page
- Remove hamburger menu on home page
- Add fully rounded border to top nav toolbar search input
- Add mobile styles
- Add title banner to other marketing pages
2017-05-27 07:24:03 +01:00
Jesús Rodríguez
cd5bc64658
docs(aio): update headers for toc ( #16969 )
2017-05-26 13:28:06 -06:00
Pete Bacon Darwin
2538094e13
fix(aio): group topbar items into a single sidenav node when narrow screen ( #17001 )
...
The `TopBarNarrow` now only shows a single top level container, "About Angular",
and the original `TopBar` items will be children of this container.
The `TopBarNarrow` styling is changed to match the rest of the `SideNav`.
2017-05-25 17:44:27 -06:00
Jesús Rodríguez
b37a0484d4
docs(aio): restore missing files ( #16995 )
2017-05-25 17:44:03 -06:00
Peter Bacon Darwin
19a509a92c
fix(aio): use a special version of the TopBar if the screen is narrow
...
If there is a `TopBarNarrow` nav view then use this when the screen is narrow.
Otherwise just use the normal `TopBar`.
This commit also creates such a narrow topbar view where the "Docs" item is
in a different position
Closes #16940
2017-05-24 09:01:57 +01:00
Peter Bacon Darwin
ce18fdb399
fix(aio): use the current version in the version picker
...
Previously we hardcoded the current version into the navigation items.
Now only previous versions are included there. The current version is
computed from the currentVersion info.
Closes #16909
2017-05-22 13:48:07 +01:00
Peter Bacon Darwin
8a0e5659c0
docs(aio): tidy up docs that use float clearing
...
Closes #16681
2017-05-19 09:47:53 +01:00
Georgios Kalpakas
b836aca999
docs(aio): rework of the upgrade guide
...
This commit was worked on by a number of people including
@filipesilva, @gkalpak and @wardbell. It contains changes that:
* remove unused files,
* fix the bootstrap approach to ensure that bootstrap is in the correct Zone
* fix unclosed code-example tags
* replace use of "we" with "you"
* remove broken dual router example
Related to angular/angular.io#3541
2017-05-19 09:42:17 +01:00
Ward Bell
7ae0440cca
docs(aio): remove fundamentals/techniques intro pages
2017-05-16 09:45:48 +01:00
Jesus Rodriguez
44195858e6
docs(aio): fix toh e2e test
2017-05-16 09:42:59 +01:00
Jesus Rodriguez
b016984c04
docs(aio): resize images
2017-05-12 14:28:09 +01:00
Peter Bacon Darwin
56ccd5e6a1
docs(aio): remove excess h1s from guides
...
Only one h1 is allowed per document.
(Also took the opportunity to remove unnecessary blank lines from these
docs, and a bit of general tidying.)
Closes #16193
2017-05-11 08:15:19 +01:00
Jesus Rodriguez
f148ebe99e
docs(aio): remove warning when testing in the webpack guide
2017-05-10 15:02:21 +01:00