mgechev
2282069388
docs: clarify vscode integration maintenance ( #40647 )
...
PR Close #40647
2021-02-09 10:43:40 -08:00
Aristeidis Bampakos
348d365666
docs(service-worker): copyedit getting started guide ( #40543 )
...
Fix numbered list for the `Making changes to your application` section
PR Close #40543
2021-02-09 10:34:15 -08:00
Alan Agius
6ad057d28c
docs: clarify that fileReplacements only supports compilation source files ( #40687 )
...
fileReplacements is intended to only work on compilation source files
PR Close #40687
2021-02-03 09:10:23 -08:00
George Kalpakas
a086976d68
fix(docs-infra): improve heading styles ( #40427 )
...
This commit includes some general improvements to heading styles
(font-weight, margin/padding). It also adds a horizontal separator above
`<h2>` headings to segment important sections more easily.
(As a consequence, we can remove several `<hr />` elements right before
`<h2>` headings.)
Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>
PR Close #40427
2021-02-02 12:04:55 -08:00
Viktor Uhryn
cc8af03eec
docs: fix typo in lazy-loading guide ( #40668 )
...
PR Close #40668
2021-02-02 12:04:22 -08:00
Teri Glover
eee3354223
docs: fix typo to remove space ( #40601 )
...
PR Close #40601
2021-01-28 15:54:20 -08:00
Pete Bacon Darwin
b9f04bf5bb
docs: add a `@reviewed` tag to the i18n guide ( #40582 )
...
PR Close #40582
2021-01-28 09:04:49 -08:00
George Kalpakas
f1cf875872
docs(elements): add notice about choosing a tag name in Elements guide ( #40510 )
...
This commit adds a warning in the Elements guide about using
`@Component.selector` as the tag name for the registered custom element.
See also #40452 for context.
PR Close #40510
2021-01-27 10:23:46 -08:00
George Kalpakas
73fcf47047
docs(elements): add MDN links for mentioned built-in APIs in Elements guide ( #40510 )
...
PR Close #40510
2021-01-27 10:23:45 -08:00
Wataru.Kasahara
956f75f068
docs: fix the docs because the interface does not exist ( #40308 )
...
PR Close #40308
2021-01-25 16:29:13 -08:00
Newsha Hosseiny Nik
7a1d719091
docs: remove an extra "and" in the tutorial ( #40541 )
...
PR Close #40541
2021-01-25 10:02:02 -08:00
Wataru.Kasahara
3f92be4ec3
docs: remove old content from CLI configuration guide ( #38243 )
...
PR Close #38243
2021-01-21 13:49:23 -08:00
Kapunahele Wong
51d6aed677
docs: clarify name collision info, add example snippet, and fix example CSS ( #40451 )
...
Fixes #40403 and fixes imgs and layout of example
that are unrestrained and thus are too big in StackBlitz.
PR Close #40451
2021-01-20 16:13:43 -08:00
David Shevitz
5e95153d44
docs: Return SVG topic to documentation; light edits for clarity ( #40487 )
...
PR Close #40487
2021-01-19 14:18:51 -08:00
abarghoud
2c95f57266
feat(docs-infra): use Record type instead of key-value ( #40463 )
...
use Record type instead of key-value
Closes #39804
PR Close #40463
2021-01-19 09:21:23 -08:00
Alexey Elin
b636406043
docs: fix broken link to XSRF common protection mechanism ( #40458 )
...
PR Close #40458
2021-01-19 09:17:50 -08:00
bjarkler
9b0b2dd688
docs: Fix typo in Trusted Types documentation ( #40433 )
...
Remove an extraneous 'd' from the Trusted Types header.
PR Close #40433
2021-01-14 11:29:43 -08:00
David Shevitz
b3b85091ca
docs: Update security.md to include Trusted Types ( #40142 )
...
PR Close #40142
2021-01-14 10:19:08 -08:00
Vytautas Petrikas
8379b571f8
docs(core): add Ivy note to entryComponents page ( #35479 )
...
PR Close #35479
2021-01-14 10:18:16 -08:00
Santosh Yadav
c33d2a20ac
docs(common): updated differential loading section ( #37913 )
...
PR Close #37913
2021-01-14 09:16:34 -08:00
Alexey Elin
25892c1bcf
docs: add links to TypeScript ( #40410 )
...
PR Close #40410
2021-01-13 14:02:32 -08:00
Kapunahele Wong
957332e59f
docs: edit gh-pages instructions in deployment guide ( #40139 )
...
PR Close #40139
2021-01-11 15:32:47 -08:00
Pedro
6e57443acd
docs(router): fix minor grammatical issue ( #40380 )
...
PR Close #40380
2021-01-11 09:57:34 -08:00
Pete Bacon Darwin
3acbec8532
docs: remove invalid style binding example ( #40334 )
...
Providing an array to `[style]` bindings is not supported and the behavior
of the rendered style attribute is not as one might expect.
This commit removes that array example from the table to discourage its
use.
Fixes #40147
PR Close #40334
2021-01-11 09:55:49 -08:00
Lincoln Baxter, III
34d2988d14
docs: Fix compiler option name reference ( #40362 )
...
The `skipTemplateCodegen` option was incorrectly referenced using camelcase `skipTemplateCodeGen`.
PR Close #40362
2021-01-11 09:54:39 -08:00
Anuj Bhatnagar
9a024d82ec
docs: fix incorrect link "Debugging tests" ( #40379 )
...
update the "Debugging tests" link from "guide/testing-attribute-directives" to "guide/test-debugging"
PR Close #40379
2021-01-11 09:44:59 -08:00
sijmenhuizenga
acb1162d91
docs: change links to in-memory-web-api in github/angular repo ( #40203 )
...
In #37182 the in-memory-web-api module was moved into this repo.
Make links in the docs point to the new location of the in-memory-web-api.
Fixes #40190
PR Close #40203
2021-01-08 09:45:41 -08:00
Alexey Elin
aea265bfc5
docs: lifecycle-hooks example - extract things (components, directives) into their own files ( #40212 )
...
This change is in line with Angular Style Guide rule 01-01
https://angular.io/guide/styleguide#style-01-01 .
PR Close #40212
2021-01-07 13:10:41 -08:00
Alexey Elin
9be9e466b1
docs: remove duplicated 'the' ( #40333 )
...
PR Close #40333
2021-01-07 13:09:34 -08:00
Harshit Chhipa
7eadf2e6da
docs: correct some spellings ( #40322 )
...
PR Close #40322
2021-01-06 07:31:33 -08:00
Christoph Preuß
c130812afe
docs: fix `fullTemplateTypeCheck` compiler option description ( #40253 )
...
PR Close #40253
2021-01-06 07:29:51 -08:00
akashnishant1031
8cdfd7706d
docs(core): fix typo in component overview ( #40269 )
...
There is a sentence that mentions `stylesUrls` but should be changed to `styleUrls`.
PR Close #40269
2021-01-05 13:55:43 -08:00
Mario Sabo
9248ee2c64
docs: fix interchanged values ( #40302 )
...
PR Close #40302
2021-01-05 09:46:56 -08:00
Keen Yee Liau
53b64fb659
docs: use kebab-case for CLI commands ( #40240 )
...
Kebab-case is preferred over camelCase in Angular CLI.
camelCase support is deprecated and will be removed eventually.
PR Close #40240
2020-12-23 08:36:32 -08:00
Amadou Sall
8d25bd1e9f
docs: HTTP in HttpClient should not be written in uppercase ( #40195 )
...
PR Close #40195
2020-12-21 14:21:32 -08:00
Aristeidis Bampakos
eae07e10aa
docs: fix styles in binding guides ( #40182 )
...
Fix styling issues with the visual representation of the content
PR Close #40182
2020-12-21 10:22:31 -08:00
Hadrien TOMA
f7642ceff3
docs: update App Shell guide to reflect its actual behavior ( #40210 )
...
PR Close #40210
2020-12-21 10:21:00 -08:00
Alan Agius
dcb3d176a6
docs: update optimization and source map section ( #40037 )
...
With this change we split the optimization and source map
configuration section section into two, improve it overall by adding
theoptions a table and add the new options
(`inlineCritical` and `minify`) that have been introduced in
CLI version 11.1
PR Close #40037
2020-12-15 13:32:28 -08:00
Alexey Elin
524d581dfd
docs: fix typo ( #40106 )
...
PR Close #40106
2020-12-14 11:51:25 -08:00
Amadou Sall
79a42d951e
docs: update the link to the TypeScript documentation for strict mode ( #40063 )
...
PR Close #40063
2020-12-10 14:16:23 -08:00
Aristeidis Bampakos
fc323d08d0
docs: fix typos in the Style Precedence guide ( #39560 )
...
PR Close #39560
2020-12-09 09:02:14 -08:00
m-ahmadi
2ffd739aed
docs: rephrased two sentences ( #37230 )
...
This commit rephrases a confusing sentence, and also adds more info to
another sentence to be more understandable.
PR Close #37230
2020-12-08 09:02:51 -08:00
Panagiotis Kyriazopoulos
2292554856
docs(core): fix typos in the "View Encapsulation" guide ( #39246 )
...
1. In line 25 changed the word "components" to "component's".
2. In line 66 changed the phrase "you never refer to them" to "you should never refer to them".
3. Appended the paragraph containing the above phrase in a `div` with the class `alert is-helpful`.
PR Close #39246
2020-12-08 08:53:36 -08:00
ankitkaushik24
f408af30bb
docs: removes the outdated content ( #39242 )
...
Remove the statements where mentions the component in the `entryComponents`
array inside `NgModule` metadata.
This is not required since Angular version 9.
PR Close #39242
2020-12-08 08:53:00 -08:00
profanis
e8d2348e21
docs: how to create a custom Attribute decorator in a child component and use it from a parent component ( #38721 )
...
Aside from using the @input() decorator, we can use the @Attrbitute decorator too.
Of course, those two are different and support different causes.
I expected to see a working example on the Attribute Bindings section, but I didn't find one.
This PR depicts the usage of the Attribute decorator between two components
PR Close #38721
2020-12-08 08:52:25 -08:00
Ajit Singh
6e7a57f97a
docs: add note that sting based lazy loading is opt-in ( #35956 )
...
after angular version 8 string based lazy loading is not activated by default it is an opt in behaviour in which you have to add the lazy loaded routes in the tsconfig file for compilation. Aded a note too that it will be removed in version 11.
Fixes #35652
PR Close #35956
2020-12-08 08:47:39 -08:00
George Kalpakas
7901ebafa0
build(docs-infra): upgrade cli command docs sources to 2eb97bf5b ( #39943 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
Relevant changes in
[commit range](548c6ed3e...2eb97bf5b
):
**Modified**
- help/analytics.json
- help/build.json
- help/config.json
- help/e2e.json
- help/extract-i18n.json
- help/generate.json
- help/lint.json
- help/new.json
- help/serve.json
- help/test.json
- help/update.json
PR Close #39943
2020-12-07 13:21:40 -08:00
Keen Yee Liau
65651b094d
docs: remove support for v8 LTS ( #39915 )
...
Support window for v8 LTS ended on November 28, 2020.
PR Close #39915
2020-12-03 13:46:05 -08:00
Jeremy Elbourn
790ca09e04
docs: remove superfluous "NOTE:" ( #39933 )
...
PR Close #39933
2020-12-02 14:55:27 -08:00
Kapunahele Wong
943ae37f99
docs: archive svg-in-templates.md ( #39896 )
...
PR Close #39896
2020-12-02 11:15:32 -08:00