e110a80caf
docs(aio): change Angular Module to NgModule ( #16964 )
2017-07-11 15:05:20 -07:00
876ca9ee3a
docs(aio): fix host usage in styleguide ( #17932 )
2017-07-11 11:58:26 -07:00
9003770f02
docs: fix style in helper text ( #18055 )
2017-07-11 11:43:52 -07:00
c723d42d0a
refactor: fix typos ( #18000 )
2017-07-07 16:55:17 -07:00
0ede642cb9
docs(aio): Update NgStyle
and NgClass
to use quoted keys
2017-07-07 16:17:33 -07:00
dc88e0a881
docs(aio): update quickstart to latest cli
2017-07-03 08:25:19 +01:00
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
30f4fe26e0
docs(aio): cleanup rollup-config script
2017-06-23 11:55:55 -07:00
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
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
37cdc4f759
docs(aio): ward's changes
2017-06-21 16:21:20 -07:00
fd6c4e371b
docs(aio): create author style guide
2017-06-21 16:21:20 -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
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
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
0020dad595
docs(aio): update examples to 4.2 ( #17367 )
2017-06-09 14:35:35 -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
74673545c0
docs(aio): document the non-null assertion operator
2017-06-08 12:55:19 -07:00
734f30d14c
build(aio): ignore .ngsummary.ts files in examples
2017-06-05 11:12:59 -07:00
b37a0484d4
docs(aio): restore missing files ( #16995 )
2017-05-25 17:44:03 -06:00
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
44195858e6
docs(aio): fix toh e2e test
2017-05-16 09:42:59 +01:00
f148ebe99e
docs(aio): remove warning when testing in the webpack guide
2017-05-10 15:02:21 +01:00
efa2928547
docs(aio): add a progress reporter for the webpack guide
2017-05-10 11:54:39 +01:00
1af42aedfa
docs(aio): doc guide tweaks (GS thru Components)
...
Working through obvious non-image content defects, from top of menu (Getting Started) through Fundamentals/Components.
2017-05-09 14:27:27 +01:00
55b8de9fdd
build(aio): lint examples
2017-05-03 13:44:41 -07:00
464701a899
docs(aio): revert removal of tutorial examples
...
These files were inadvertently removed in #16488 but are actually still referenced.
Closes #16503
2017-05-03 13:41:05 -07:00
9650ff0824
docs(aio): add hero “Zero” to toh-6
...
Update to in-memory-web-api should handle id=0.
Make sure this works by having a hero with id=0 in ToH.
Coincidentally delete lingering dead app/ folders
Todo: fix ToH images (which have to do anyway)
2017-05-03 08:03:55 +01:00
93516ea8a1
docs(aio): rename cb- files and a few others
2017-04-24 14:00:51 +01:00
d313aad671
docs(aio): remove js examples
2017-04-20 16:04:06 +01:00
a54fe634ee
docs(aio): move file to the right folder
2017-04-20 16:02:07 +01:00
ccb6c45466
docs(aio): rename http guide
2017-04-20 16:01:44 +01:00
bfd5f27525
feat(aio): add e2e ( #15976 )
...
PR Close #15976
2017-04-19 22:36:23 -05:00
4624406ce8
feat(aio): search results accessibility items
...
Add visually hidden class and apply to h2 in search results
Changed h2 group headers to h3s
Add roles to main and content
Fix API material icon placement
Image alt additions where needed
Add lang attribute to html tag
Add aria-label on search input
2017-04-19 11:52:24 +01:00
9d40ab9e20
docs(aio): rename ToH to match the guide name
2017-04-19 10:28:31 +01:00
7433da546f
build(aio): give intellisense to the examples
2017-04-15 22:15:54 +01:00
061475402c
docs(aio): final migration from old site
2017-04-12 21:01:55 +01:00
0e38bf9de0
build(aio): new migration
2017-04-03 15:41:05 -07:00
7c2ce296d3
feat(aio): add footer background
2017-03-31 11:36:56 -07:00
c05a8cf7bb
build(aio): copy examples boilerplate
2017-03-31 09:57:43 +01:00
2d14c3b17a
docs(aio): ensure blank lines before HTML blocks in markdown
2017-03-31 08:05:33 +01:00