Paul Gschwendtner
09280257a2
build: clean up references to old master branch ( #45890 )
...
Cleans up all references to the `master` branch we renamed to
`main` across Angular.
PR Close #45890
2022-05-05 10:53:13 -07:00
Joe Martin (Crowdstaffing)
61894570f1
docs: improve markdown ( #45590 )
...
improve markdown for documentation. Duplicate of #45325 that targets 13.3.x.
PR Close #45590
2022-04-11 22:35:01 +00:00
Alan
b6d2212ce5
docs: correct the demo code of NgZone.run ( #44733 )
...
`NgZone.run` needs to be within the async closure, not around its registration, refer to: https://github.com/angular/angular/issues/44714
PR Close #44733
2022-02-01 19:16:16 +00:00
Alan Agius
d51d39cb4c
docs: update docs to use new zone.js entry-points ( #40823 )
...
In CLI version 12, the old style of imports is no longer supported.
PR Close #40823
2021-02-24 07:58:29 -08:00
Daniel
cbb6b4a30b
docs: capitalize Angular word in zone.md file ( #40813 )
...
PR Close #40813
2021-02-12 12:01:55 -08:00
Marcono1234
3e1e5a15ba
docs: update links to use HTTPS as protocol ( #39718 )
...
PR Close #39718
2020-11-20 12:52:16 -08:00
Leif Segen
3be344cdc2
docs: correct appearance of numbering ( #39638 )
...
Ordered list was appearing as 1,2,*1*,4,5,6 due to code block interrupting the flow.
This fixes the list to appear as 1,2,3,4,5,6.
PR Close #39638
2020-11-12 09:03:14 -08:00
David Shevitz
60f761b4c2
docs: deprecate displaying data in views topic ( #38885 )
...
The Displaying Data in Views topic is actually a small tutorial
that describes Angular features such as interpolation and
structural directives. These content is already covered in
our getting started tutorial and in Tour of Heroes.
This change adds redirects to the Template Syntax section
of the Getting Started tutorial and deletes displaying-data.md.
PR Close #38885
2020-10-15 14:05:28 -07:00
Mansour Fall
5737e65700
docs(zone.js): fix typos in NgZone guide code example ( #36597 )
...
Fixes #36594
PR Close #36597
2020-04-13 08:16:59 -07:00
Ferdinand Malcher
a5eb0e56b6
docs(zone.js): fix typos and align formatting ( #35907 )
...
PR Close #35907
2020-04-01 15:35:37 -07:00
profanis
d25012e864
docs(zone.js): Typos on zone.md file and fixes on code examples. ( #36138 )
...
1. During reading the documentation I found some code examples that were refering to the class properties via methods, but without specifying the context `this`.
2. The 'onInvoke' hook was duplicated
3. A minor typo on `Zones and execution contexts` section
4. A minor typo on `Zones and async lifecycle hooks` section
PR Close #36138
2020-03-20 13:57:00 -07:00
JiaLiPassion
c06f9a1ce3
docs(zone.js): update comment and chapter format of ngzone doc. ( #35738 )
...
PR Close #35738
2020-03-06 16:51:43 -05:00
Daniil Gorbunov
d912d4f34c
docs: markup mini fix ( #35883 )
...
PR Close #35883
2020-03-06 16:50:10 -05:00
Benjamin Kindle
30f29ee8e7
docs: correct spelling of 'detection' ( #35723 )
...
PR Close #35723
2020-02-27 10:49:15 -08:00
JiaLiPassion
bde4cd7982
docs: add documentation of NgZone with zone.js ( #34295 )
...
PR Close #34295
2020-02-26 12:42:59 -08:00