Alan
ecd7f6ecdc
docs: fix javascript module link ( #31181 )
...
PR Close #31181
2019-06-21 10:14:39 -07:00
Zovube
6a381d9246
docs: fix typo in browser-support.md (ES1015 --> ES2015) ( #31157 )
...
PR Close #31157
2019-06-21 10:14:23 -07:00
Oleg Pimenov
1f1cf1a169
docs: add Mosaic library to resources ( #31026 )
...
PR Close #31026
2019-06-21 10:14:04 -07:00
Judy Bogart
c5d1e1a3da
docs: fix bad tag ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
b1fe1aa8fa
docs: fix bad anchors ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
9177ffaf58
docs: fix code example formats ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
f4fe1f65be
docs: add instructions for es5 serve and test targets ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Schlemmer
0bf810022a
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:24 -07:00
Judy Bogart
f4cd2b75b4
docs: add missing word in build and deploy guide to clarify sentence ( #31093 )
...
PR Close #31093
2019-06-18 11:00:27 -07:00
Vani
5909c442b7
docs: update group() link to point to the animations group API ( #30618 )
...
PR Close #30618
2019-06-18 10:49:46 -07:00
Brandon
57c4788bc7
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:48 -07:00
Suguru Inatomi
7e49beb8cd
docs: rewrite Observable examples with pipable operators ( #31074 )
...
PR Close #31074
2019-06-18 09:47:06 -07:00
Schlemmer
036294d566
docs: change interceptor documentation ( #30969 )
...
PR Close #30969
2019-06-18 09:46:34 -07:00
Enrico Graziani
98515e1ecf
docs: add mock heroes to the code review tabs for TOH pt. 2 ( #31080 )
...
PR Close #31080
2019-06-17 16:34:38 -07:00
Kapunahele Wong
b5aa0473fc
docs: rewrite attribute binding section and add example ( #26004 )
...
PR Close #26004
2019-06-14 12:21:28 -07:00
Kapunahele Wong
6c4d91297e
docs: edit and add example for Template Expression Operators section of Template Syntax ( #28087 )
...
PR Close #28087
2019-06-14 11:53:50 -07:00
Kapunahele Wong
f41242f18e
docs: rewrite inputs/outputs section of Template Syntax ( #27685 )
...
PR Close #27685
2019-06-14 11:53:13 -07:00
Kapunahele Wong
e2fd628618
docs: edit template ref vars copy and example ( #27371 )
...
PR Close #27371
2019-06-14 11:52:33 -07:00
Kapunahele Wong
2c2135d331
docs: rewrite built-in directives section ( #27273 )
...
PR Close #27273
2019-06-14 11:51:47 -07:00
Kapunahele Wong
7e3a60ad31
docs: add example and edit two-way-binding section of Template Syntax ( #26278 )
...
PR Close #26278
2019-06-14 11:50:03 -07:00
Kapunahele Wong
85d38ae564
docs: rewrite property binding section and add example ( #25770 )
...
PR Close #25770
2019-06-14 11:47:34 -07:00
Wassim Chegham
799d1fd333
docs(aio): add missing description to dev.to link ( #30960 )
...
PR Close #30960
2019-06-14 10:41:12 -07:00
Kapunahele Wong
bb4e230eae
docs: rewrite binding-syntax section in template-syntax.md ( #25561 )
...
PR Close #25561
2019-06-14 10:25:06 -07:00
Kapunahele Wong
1a5c7112e0
docs: fix broken link in singleton services doc ( #31007 )
...
PR Close #31007
2019-06-13 17:05:20 -07:00
Kapunahele Wong
352f9672c0
docs: add no-auto-link instructions to docs style guide ( #30980 )
...
PR Close #30980
2019-06-13 17:00:46 -07:00
Will 保哥
76584804c8
docs: add angular.tw (Traditional Chinese) site to navigation.json ( #30723 )
...
PR Close #30723
2019-06-13 16:04:40 -07:00
Judy Bogart
574990e0fd
docs: add platform to glossary ( #30731 )
...
PR Close #30731
2019-06-12 11:46:25 -07:00
Keen Yee Liau
b0866769b0
fix(bazel): do not modify tsconfig.json ( #30877 )
...
Before this change, user's tsconfig.json is cloned and some options
controlled by Bazel are removed otherwise Bazel would complain about:
```
WARNING: your tsconfig.json file specifies options which are overridden by Bazel:
- compilerOptions.target and compilerOptions.module are controlled by downstream dependencies, such as ts_devserver
- compilerOptions.typeRoots is always set to the @types subdirectory of the node_modules attribute
- compilerOptions.rootDir and compilerOptions.baseUrl are always the workspace root directory
```
Since the warning has been removed in rules_typescript/8d8d398, there's no
need to clone and backup tsconfig.json
PR Close #30877
2019-06-11 14:23:00 -07:00
Bo Vandersteene
bb635c09fd
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
c15e6750d5
docs: fix a grammar mistake ( #30949 )
...
Grammar mistake is in the JsonPipe section
PR Close #30949
2019-06-11 14:19:16 -07:00
Suguru Inatomi
ba4ca5f9a5
docs: use `Node.js` consistently ( #30934 )
...
PR Close #30934
2019-06-11 00:09:49 +00:00
Wassim Chegham
7afd2603c9
docs: add dev.to link to the help section ( #30873 )
...
PR Close #30873
2019-06-07 08:47:01 -07:00
Lars Gyrup Brink Nielsen
ef4a15bc0b
docs: correct typos and formatting in the Getting Started guide ( #30758 )
...
PR Close #30758
2019-06-04 13:37:27 -07:00
George Kalpakas
b74df20c2a
docs(service-worker): mention that HTTPS is required, unless on `localhost` ( #30847 )
...
Fixes #30823
PR Close #30847
2019-06-04 12:03:11 -07:00
Pandiyan Murugan
3ed7463ad7
docs: rename component for constructor example ( #30845 )
...
PR Close #30845
2019-06-04 11:52:57 -07:00
Bruno João
cd6fc8bf06
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:25 -07:00
Brandon
8bedf50073
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
1315d23aa4
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:32 -07:00
George Kalpakas
8ce288a852
fix(docs-infra): add v7 in versions dropdown ( #30775 )
...
Fixes #30769
PR Close #30775
2019-05-31 15:19:54 -07:00
hugoer
f4cd3740b2
fix(docs-infra): update tooltip of events link ( #30643 )
...
PR Close #30643
2019-05-31 09:50:45 -07:00
jenniferfell
09c57ecf95
docs: add final release date and update future schedule ( #30712 )
...
PR Close #30712
2019-05-30 19:39:23 -07:00
Charles Lyding
f5b0c8a323
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:34 -04:00
Rado Kirov
a2d26c6f2a
docs: improve glossary for entry-point. ( #29433 )
...
PR Close #29433
2019-05-30 13:40:55 -04:00
likui
62332b80da
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:06 -04:00
Shawn Clabough
fd23663a29
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
71be1da0ad
docs: fix deprecation information ( #30717 )
...
PR Close #30717
2019-05-30 13:38:34 -04:00
Michael Prentice
6a5cc8f95c
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
2c406fb1a9
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
24ca8ba7ce
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:52 -04:00
Blakenator
af4925f374
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:31 -04:00