2266 Commits

Author SHA1 Message Date
Sam Hrncir
ccd10ea315 docs: Clarify new ng workspace options ()
Hope this helps make the tutorial go even smoother for people after me.

PR Close 
2021-02-12 16:13:30 -08:00
Daniel
cbb6b4a30b docs: capitalize Angular word in zone.md file ()
PR Close 
2021-02-12 12:01:55 -08:00
Sam Hrncir
b4c8143cc2 docs: Update start-deployment.md ()
Updated section reference to current name listed in sidebar.
PR Close 
2021-02-12 09:30:03 -08:00
Sam Hrncir
6425a6d543 docs: typo fix ()
PR Close 
2021-02-12 08:59:47 -08:00
Sam Hrncir
ca43938d24 docs: copy paste error ()
The removed bit was copied and pasted from a previous section.  Not relevent for the particular step of the tutorial.
The removed bit can we found as intended in __Adding Navigation__ section.
PR Close 
2021-02-11 15:59:55 -08:00
Nicholas Papadopoulos
6f017a4d60 docs: fix typo in workspace config docs ()
PR Close 
2021-02-10 16:01:12 -08:00
Amit Gharat
fface518f1 docs: add Angular + NgRx book by the asian BPB Publications ()
PR Close 
2021-02-10 11:14:34 -08:00
Alexey Elin
7a8821c9aa docs: add link to component-less routes description. ()
Currently it's not clear what a component-less route is. Add a link to  make it clear

PR Close 
2021-02-10 11:08:39 -08:00
Mickael Istria
e895166082 docs(language-service): Add note about Eclipse IDE support of Angular LS ()
Mention Eclipse Wild Web Developer that ships with Angular language
service.

PR Close 
2021-02-10 11:05:52 -08:00
Kanstantsin Kamkou
8f2260a073 docs: clarify observables recommendation ()
Observables are not the only async mechanism that Angular employs.
This change respects that application developers are not required to
use Observables in their own application architecture.

Closes 

PR Close 
2021-02-10 11:04:04 -08:00
Valerij Dobler
2a851c0924 docs: edit example to fetch hero before sending message ()
PR Close 
2021-02-09 14:46:18 -08:00
Kapunahele Wong
f76f2eb381 docs: update docs-style-guide ()
This commit updates the documentation style guide
so that it is in line with current standards, those
of Google as well as those within the Angular docs.

PR Close 
2021-02-09 14:26:06 -08:00
hilmer-martin
e3213f6783 docs: changes for typescript 2.7 ()
Because of changes in Typescript a property must have an initializer
or be set to undefined.

PR Close 
2021-02-09 10:52:44 -08:00
mgechev
2282069388 docs: clarify vscode integration maintenance ()
PR Close 
2021-02-09 10:43:40 -08:00
Roman Sedov
d9e4d751f0 docs: add Taiga UI to "EXPLORE ANGULAR RESOURCES" page ()
PR Close 
2021-02-09 10:42:20 -08:00
Aristeidis Bampakos
348d365666 docs(service-worker): copyedit getting started guide ()
Fix numbered list for the `Making changes to your application` section

PR Close 
2021-02-09 10:34:15 -08:00
David Pine
d067dc0cb9 docs: add Angular Global Summit to event pages ()
/cc @mgechev

PR Close 
2021-02-04 10:48:55 -08:00
Alan Agius
6ad057d28c docs: clarify that fileReplacements only supports compilation source files ()
fileReplacements is intended to only work on compilation source files

PR Close 
2021-02-03 09:10:23 -08:00
Eliran Eliassy
0e152fae7a docs: add eliran eliassy to GDE list ()
PR Close 
2021-02-03 09:06:19 -08:00
George Kalpakas
a086976d68 fix(docs-infra): improve heading styles ()
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 
2021-02-02 12:04:55 -08:00
Viktor Uhryn
cc8af03eec docs: fix typo in lazy-loading guide ()
PR Close 
2021-02-02 12:04:22 -08:00
twerske
028b38352a docs: add guide for NG0302 ()
new guide for pipe not found common error
link from pipe error to new guide
add embedded debugging video

PR Close 
2021-01-28 15:56:40 -08:00
Teri Glover
eee3354223 docs: fix typo to remove space ()
PR Close 
2021-01-28 15:54:20 -08:00
Pete Bacon Darwin
b9f04bf5bb docs: add a @reviewed tag to the i18n guide ()
PR Close 
2021-01-28 09:04:49 -08:00
George Kalpakas
f1cf875872 docs(elements): add notice about choosing a tag name in Elements guide ()
This commit adds a warning in the Elements guide about using
`@Component.selector` as the tag name for the registered custom element.
See also  for context.

PR Close 
2021-01-27 10:23:46 -08:00
George Kalpakas
73fcf47047 docs(elements): add MDN links for mentioned built-in APIs in Elements guide ()
PR Close 
2021-01-27 10:23:45 -08:00
S. Iftekhar Hossain
365ac5e68e docs: fixed issue with missing code sample by rearranging import to proper docregion ()
Fixes 

PR Close 
2021-01-26 09:17:28 -08:00
Wataru.Kasahara
956f75f068 docs: fix the docs because the interface does not exist ()
PR Close 
2021-01-25 16:29:13 -08:00
Newsha Hosseiny Nik
7a1d719091 docs: remove an extra "and" in the tutorial ()
PR Close 
2021-01-25 10:02:02 -08:00
Justin Santa Barbara
a78493ffd7 docs: Fix syntax in interpolation example ()
Correcting a typo in the example.
PR Close 
2021-01-25 09:59:50 -08:00
cexbrayat
c5599ccd3e docs: fix NG0201 error description ()
PR Close 
2021-01-22 13:35:01 -08:00
Wataru.Kasahara
3f92be4ec3 docs: remove old content from CLI configuration guide ()
PR Close 
2021-01-21 13:49:23 -08:00
Kapunahele Wong
51d6aed677 docs: clarify name collision info, add example snippet, and fix example CSS ()
Fixes  and fixes imgs and layout of example
that are unrestrained and thus are too big in StackBlitz.

PR Close 
2021-01-20 16:13:43 -08:00
Pete Bacon Darwin
315b272f9f docs: add missing type parameter to testing example ()
Without this type parameter the call to `resolve()` is invalid.

PR Close 
2021-01-20 16:12:15 -08:00
Pete Bacon Darwin
4a9f7daf37 docs: remove unused "docregions" ()
This commit removes all the docregion tags in examples that are not
being referenced in any doc.

PR Close 
2021-01-20 16:12:15 -08:00
twerske
3cfb4b4ef9 docs: add embedded videos to error guides ()
add embedded youtube videos
provide visual debugging for top errors

PR Close 
2021-01-20 08:47:00 -08:00
David Shevitz
5e95153d44 docs: Return SVG topic to documentation; light edits for clarity ()
PR Close 
2021-01-19 14:18:51 -08:00
Aristeidis Bampakos
0568c7387f docs: add Angular Builders to community resources ()
PR Close 
2021-01-19 09:22:26 -08:00
abarghoud
2c95f57266 feat(docs-infra): use Record type instead of key-value ()
use Record type instead of key-value

Closes 

PR Close 
2021-01-19 09:21:23 -08:00
Alexey Elin
b636406043 docs: fix broken link to XSRF common protection mechanism ()
PR Close 
2021-01-19 09:17:50 -08:00
Aristeidis Bampakos
d8e06f9676 docs: add Angular Nation to community resources ()
PR Close 
2021-01-15 11:36:27 -08:00
Tibing
54579362ae docs: add UI Bakery to IDEs section in resources ()
PR Close 
2021-01-15 10:37:37 -08:00
bjarkler
9b0b2dd688 docs: Fix typo in Trusted Types documentation ()
Remove an extraneous 'd' from the Trusted Types header.
PR Close 
2021-01-14 11:29:43 -08:00
twerske
e4df94214b docs: add guides for the top 10 errors ()
add top 10 error guides
provide description and debugging for top errors

PR Close 
2021-01-14 11:28:52 -08:00
twerske
fbfd4889a9 build(docs-infra): error guides in docs ()
add /errors to docs
create formatting for error guides infra

PR Close 
2021-01-14 11:28:52 -08:00
David Shevitz
b3b85091ca docs: Update security.md to include Trusted Types ()
PR Close 
2021-01-14 10:19:08 -08:00
Vytautas Petrikas
8379b571f8 docs(core): add Ivy note to entryComponents page ()
PR Close 
2021-01-14 10:18:16 -08:00
Santosh Yadav
c33d2a20ac docs(common): updated differential loading section ()
PR Close 
2021-01-14 09:16:34 -08:00
Bill Ludwig
5013a7e12d docs: update identity-revealed.directive.ts to use AbstractControl instead of FormGroup ()
Changes example code to accept an `AbstractControl` instead of `FormGroup` in
`identityRevealedValidator` function.

Closes .

PR Close 
2021-01-13 14:47:53 -08:00
Alexey Elin
25892c1bcf docs: add links to TypeScript ()
PR Close 
2021-01-13 14:02:32 -08:00