Schlemmer
f1c08c6918
docs: add core and cli version alignment note ( #30976 )
...
docs: add core and cli version alignment note
PR Close #30976
2019-06-19 08:49:25 -07:00
Judy Bogart
8492499fe7
docs: add missing word in build and deploy guide to clarify sentence ( #31093 )
...
PR Close #31093
2019-06-18 11:00:28 -07:00
Vani
48174010a1
docs: update group() link to point to the animations group API ( #30618 )
...
PR Close #30618
2019-06-18 10:49:46 -07:00
Brandon
a7ff7d8d27
docs: refresh TypeScript configuration guide with updated info and files ( #31097 )
...
This removes the hard-coded tsconfig.json to use a separate file.
The tsconfig.0.json is added to the getting-started example folder
because have to check it with every major release
Also updates the text regarding defaults for TypeScript compilation targets
and typings
PR Close #31097
2019-06-18 09:47:49 -07:00
Suguru Inatomi
eb970b4626
docs: rewrite Observable examples with pipable operators ( #31074 )
...
PR Close #31074
2019-06-18 09:47:07 -07:00
Schlemmer
18d301258a
docs: change interceptor documentation ( #30969 )
...
PR Close #30969
2019-06-18 09:46:35 -07:00
Enrico Graziani
6a01fa532c
docs: add mock heroes to the code review tabs for TOH pt. 2 ( #31080 )
...
PR Close #31080
2019-06-17 16:34:39 -07:00
Kapunahele Wong
2abb54c4a1
docs: rewrite attribute binding section and add example ( #26004 )
...
PR Close #26004
2019-06-14 12:21:28 -07:00
Kapunahele Wong
e33b382ab4
docs: edit and add example for Template Expression Operators section of Template Syntax ( #28087 )
...
PR Close #28087
2019-06-14 11:53:51 -07:00
Kapunahele Wong
c4da400db4
docs: rewrite inputs/outputs section of Template Syntax ( #27685 )
...
PR Close #27685
2019-06-14 11:53:14 -07:00
Kapunahele Wong
c40e6b2edc
docs: edit template ref vars copy and example ( #27371 )
...
PR Close #27371
2019-06-14 11:52:34 -07:00
Kapunahele Wong
978fc27314
docs: rewrite built-in directives section ( #27273 )
...
PR Close #27273
2019-06-14 11:51:47 -07:00
Kapunahele Wong
b9f2bbb7d1
docs: add example and edit two-way-binding section of Template Syntax ( #26278 )
...
PR Close #26278
2019-06-14 11:50:04 -07:00
Kapunahele Wong
9654d646ae
docs: rewrite property binding section and add example ( #25770 )
...
PR Close #25770
2019-06-14 11:47:35 -07:00
Wassim Chegham
1435c0b3a9
docs(aio): add missing description to dev.to link ( #30960 )
...
PR Close #30960
2019-06-14 10:41:13 -07:00
Kapunahele Wong
bd7f91feac
docs: rewrite binding-syntax section in template-syntax.md ( #25561 )
...
PR Close #25561
2019-06-14 10:25:07 -07:00
Kapunahele Wong
52d98e563d
docs: fix broken link in singleton services doc ( #31007 )
...
PR Close #31007
2019-06-13 17:05:21 -07:00
Kapunahele Wong
b279f8bd62
docs: add no-auto-link instructions to docs style guide ( #30980 )
...
PR Close #30980
2019-06-13 17:00:47 -07:00
Will 保哥
954e34cc91
docs: add angular.tw (Traditional Chinese) site to navigation.json ( #30723 )
...
PR Close #30723
2019-06-13 16:04:41 -07:00
Judy Bogart
77a5790a9d
docs: add platform to glossary ( #30731 )
...
PR Close #30731
2019-06-12 11:46:25 -07:00
Keen Yee Liau
49307f0595
fix(bazel): do not modify tsconfig.json ( #30984 )
...
This is a patch PR for https://github.com/angular/angular/pull/30877
PR Close #30984
2019-06-11 15:40:39 -07:00
Bo Vandersteene
338e58c278
docs: use const in dynamic-component-loader example ( #30888 )
...
Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let
PR Close #30888
2019-06-11 14:20:00 -07:00
Moh'd Ali
7e2ed89208
docs: fix a grammar mistake ( #30949 )
...
Grammar mistake is in the JsonPipe section
PR Close #30949
2019-06-11 14:19:17 -07:00
Suguru Inatomi
dcf9f05c9a
docs: use Node.js consistently ( #30934 )
...
PR Close #30934
2019-06-11 00:09:49 +00:00
Wassim Chegham
9ace748d3a
docs: add dev.to link to the help section ( #30873 )
...
PR Close #30873
2019-06-07 08:47:02 -07:00
Lars Gyrup Brink Nielsen
ea2adb104b
docs: correct typos and formatting in the Getting Started guide ( #30758 )
...
PR Close #30758
2019-06-04 13:37:27 -07:00
George Kalpakas
19caace2ab
docs(service-worker): mention that HTTPS is required, unless on localhost ( #30847 )
...
Fixes #30823
PR Close #30847
2019-06-04 12:03:12 -07:00
Pandiyan Murugan
7c41abe64a
docs: rename component for constructor example ( #30845 )
...
PR Close #30845
2019-06-04 11:52:58 -07:00
Bruno João
06ffed5141
docs: document UrlTree in guard return type in cheatsheet ( #30822 )
...
Add UrlTree to the types of returned values in guard methods
PR Close #30822
2019-06-03 11:43:26 -07:00
Brandon
393529d3b5
docs: update example references from "my-app" to "app-root" ( #30789 )
...
"app" is the default prefix for CLI projects when generating components.
This updates our examples to conform that that default
Closes #19778
PR Close #30789
2019-06-03 08:55:39 -07:00
Michael Head
f88f941008
docs: increase color contrast on elements in tutorial
...
This increases the color contrast of elements in the tutorial (parts 1-6)
in order to meet WCAG 2.0 AA standards.
2019-05-31 15:23:33 -07:00
George Kalpakas
0e17958640
fix(docs-infra): add v7 in versions dropdown ( #30775 )
...
Fixes #30769
PR Close #30775
2019-05-31 15:19:54 -07:00
hugoer
8422ef2a93
fix(docs-infra): update tooltip of events link ( #30643 )
...
PR Close #30643
2019-05-31 09:50:45 -07:00
jenniferfell
0f352b6350
docs: add final release date and update future schedule ( #30712 )
...
PR Close #30712
2019-05-30 19:39:24 -07:00
Charles Lyding
06bdecffb9
docs: remove mention of project settings from analytics ( #30701 )
...
This settings are not yet implemented and will be available in 8.1.
PR Close #30701
2019-05-30 13:42:35 -04:00
Rado Kirov
31aba96fcb
docs: improve glossary for entry-point. ( #29433 )
...
PR Close #29433
2019-05-30 13:40:55 -04:00
likui
facce2c9fd
docs: fix typo in upgrade guide example ( #30428 )
...
An code snippet from a `package.json` file used `script`
rather than `scripts`.
Fixes #30418
PR Close #30428
2019-05-30 13:40:07 -04:00
Shawn Clabough
edaf058548
docs: fix closing tags in deprecation summary ( #30735 )
...
fix closing tags in "Cannot assign to template variables" section
PR Close #30735
2019-05-30 13:38:54 -04:00
Trotyl Yu
4bff2d0c8c
docs: fix deprecation information ( #30717 )
...
PR Close #30717
2019-05-30 13:38:34 -04:00
Michael Prentice
cfc608aaf3
docs: merge duplicated platform-webworker content in Deprecation Guide ( #30651 )
...
fix issue of duplicate anchors/ids
PR Close #30651
2019-05-30 13:36:30 -04:00
Bryce Kolton
6d9f5fcddb
docs(elements): move clarification about custom elements ( #30594 )
...
Moved clarification that "custom elements" are a subtype of Web Components to the first use of the term "custom elements"
PR Close #30594
2019-05-30 13:35:15 -04:00
jaideepghosh
bd75b3b7b3
docs: fix the sequence of creating class in HTTP tutorial ( #30566 )
...
For more accurate procedure of creating a class in the "Tour of Heroes" app, updated the sequence of creating one class.
PR Close #30566
2019-05-30 13:32:53 -04:00
Blakenator
1c67b9063b
docs: clarify usage of using /deep/ in component styles guide ( #30452 )
...
Updated the description regarding the (deprecated) /deep/ pseudo-selector to clarify its propensity to bleed styles across components and its solution
closes #29967
PR Close #30452
2019-05-30 13:32:32 -04:00
Cotton Hou
9a9ae60e0e
docs: code sample closing in ivy.md ( #30711 )
...
PR Close #30711
2019-05-30 13:32:11 -04:00
Amadou Sall
ae6fa9260a
docs: change wording for more clarity in TypeScript Configuration guide ( #30748 )
...
"You need to do nothing" indicates the presence of an action (the action of doing nothing) while the goal is to tell the user that no action is required from them. I think "You don’t need to do anything" is better suitable in this context.
PR Close #30748
2019-05-30 13:31:24 -04:00
Rob Wormald
f3ee9a6144
docs: add note to platform-webworker deprecation ( #30705 )
...
PR Close #30705
2019-05-28 16:37:58 -07:00
Suguru Inatomi
c61c14a127
docs: remove core.module.ts from file tree in style guide ( #30679 )
...
PR Close #30679
2019-05-28 09:27:49 -07:00
Amadou Sall
652b0959a8
docs: add missing preposition ( #30691 )
...
You need do nothing -> You need to do nothing
PR Close #30691
2019-05-28 09:27:24 -07:00
Filipe Silva
002fbddcf1
docs: add default AOT to migrating projects to Ivy ( #30697 )
...
Followup to https://github.com/angular/angular/pull/29380 , https://github.com/angular/angular/pull/30238 , https://github.com/angular/angular-cli/pull/14537 .
PR Close #30697
2019-05-28 09:27:02 -07:00
Minko Gechev
4761d40a41
docs: fix typo in a declaration alert ( #30545 )
...
Co-Authored-By: CaerusKaru <caerus.karu@gmail.com >
PR Close #30545
2019-05-28 09:25:10 -07:00