George Vrettos
08e077c0e0
docs: fix typo in the "Property Binding" guide ( #39569 )
...
PR Close #39569
2020-11-04 12:51:35 -08:00
Aristeidis Bampakos
8929355a9d
docs: fix typos in the "Attribute Binding" guide ( #39562 )
...
PR Close #39562
2020-11-04 11:42:45 -08:00
GeopJr
a644aae23d
docs: fix Android 10 codename ( #39399 )
...
Change Android 10's codename from "X" to "Q"
PR Close #39399
2020-11-03 16:10:57 -08:00
Shadab Ansari
b8c71a44a0
docs: Match browser name with custom launcher name ( #39480 )
...
The browser being launched needs to match the custom launcher name.
Otherwise Karma would still trigger the original Chrome executable without the flags.
PR Close #39480
2020-10-29 08:39:14 -07:00
Kapunahele Wong
6b3db15080
docs: move template ref vars doc to concepts section clarify, add scope section, and update headers ( #31195 )
...
Fixes #31186 . This commit adds more context about the behavior
of template reference variables in nested templates and moves
doc into concepts section.
PR Close #31195
2020-10-28 14:41:44 -07:00
David Shevitz
c918d2e51e
docs: archive user-input topic ( #39309 )
...
PR Close #39309
2020-10-28 14:41:09 -07:00
Deborah Kurata
e3c362fb34
docs: Correct a few typographical errors. ( #39405 )
...
PR Close #39405
2020-10-28 10:58:26 -07:00
Aristeidis Bampakos
90e7444665
docs: update Learning Angular book edition ( #39400 )
...
Update the resource Learning Angular book into the third edition
PR Close #39400
2020-10-28 10:57:42 -07:00
Gustav Bylund
695de31d34
docs: fix links to Material examples ( #39093 )
...
Also uses fixed git hashes so the line numbers won't get outdated in the
future
PR Close #39093
2020-10-28 10:53:17 -07:00
Carlos Caballero
02e5951b4e
docs: add carlos caballero to GDE resources ( #37976 )
...
PR Close #37976
2020-10-28 10:52:34 -07:00
Nhan Nguyen
ec30175740
docs: add install Firebase CLI step before using its commands ( #39079 )
...
PR Close #39079
2020-10-27 14:29:06 -07:00
imkikus
b765d27caa
docs: fix more typos in component overview ( #39445 )
...
PR Close #39445
2020-10-27 10:47:35 -07:00
Kapunahele Wong
5f205a73a9
docs: edit event-binding doc copy and headers ( #38903 )
...
PR Close #38903
2020-10-27 10:37:30 -07:00
Jethro Lee
895efe2fd9
docs: move placement of help note in tutorial ( #38508 )
...
PR Close #38508
2020-10-27 10:37:00 -07:00
Kiran Kumaar Sathyanarayana
308b93058d
docs: fix typo in component overview ( #39425 )
...
Fixes #39424
PR Close #39425
2020-10-26 10:53:06 -07:00
Aristeidis Bampakos
c03585f497
docs: use SimpleChanges in component interaction guide ( #39342 )
...
Use the SimpleChanges interface in the example of component interaction guide
PR Close #39342
2020-10-26 10:47:32 -07:00
Krishnabisht07
ca0c670b50
docs: template files should have .html extension ( #39384 )
...
Fixes a typo in the component guide
PR Close #39384
2020-10-22 14:06:30 -07:00
Kapunahele Wong
107811707c
docs: move hierarchical injectors to reference section ( #39383 )
...
PR Close #39383
2020-10-22 14:04:48 -07:00
AleksanderBodurri
eec5d2a335
docs: update broken akita link in aio dev resources page ( #39335 )
...
fixes #39331
PR Close #39335
2020-10-22 13:43:55 -07:00
twerske
cadb76cb50
refactor(core): group provider and circular errors ( #39251 )
...
group together similar error messages as part of error code efforts
ProviderNotFound & NodeInjector grouped into throwProviderNotFoundError
Cyclic dependency errors grouped into throwCyclicDependencyError
PR Close #39251
2020-10-22 13:42:35 -07:00
Kapunahele Wong
b7bf5258ce
docs: edit property binding doc ( #38799 )
...
This commit edits the property binding doc copy and adds some
docregions to clarify explanations.
PR Close #38799
2020-10-21 08:23:44 -07:00
Dave Shevitz
823200c6c1
docs: Add Component Overview topic to angular.io ( #39186 )
...
PR Close #39186
2020-10-20 10:47:45 -07:00
Jessica Janiuk
cd8ec3d902
docs: add Jessica Janiuk to contributors.json ( #39253 )
...
PR Close #39253
2020-10-19 16:25:18 -07:00
Josh Wiegand
02b87505ee
docs: clarify grammatical error ( #39279 )
...
The sentence is grammatically incorrect. The new sentence fixes the error.
PR Close #39279
2020-10-19 14:32:42 -07:00
Aristeidis Bampakos
7827d3ee73
docs: change definition of NgModules in Angular concepts guide ( #36179 )
...
Indicate that the basic building block in Angular is the component which is organized into modules
PR Close #36179
2020-10-19 11:22:32 -07:00
Johannes Hoppe
38db976617
docs: add Johannes Hoppe to GDE resources ( #34694 )
...
PR Close #34694
2020-10-19 08:04:58 -07:00
Ferdinand Malcher
d8632ed541
docs: add Ferdinand Malcher to GDE resources ( #34694 )
...
PR Close #34694
2020-10-19 08:04:58 -07:00
Vlasis Charalampous
10db99588f
refactor(docs-infra): fix strictTemplates failures in accessibility docs example ( #39248 )
...
fix `strictTemplates` failures in `accessibility` docs example
PR Close #39248
2020-10-16 16:09:08 -07:00
Kapunahele Wong
d8e313bb6d
docs: edit attribute-binding doc and move colSpan note to property binding ( #38860 )
...
This commit edits the copy of the attribute binding documentation, moves the
colspan section that is primarily about property binding to the property
binding document, and adds a docregion to the attribute-binding
example to help clarify a point in the document.
Part of the copy edit reformats the style precedence list in tabular format
so that it is easier to read and understand.
PR Close #38860
2020-10-16 10:06:17 -07:00
Aristeidis Bampakos
c602c9bdc6
docs: Typos fixes in built-in directives guide ( #38520 )
...
PR Close #38520
2020-10-16 10:05:27 -07:00
Pete Bacon Darwin
4a5f17cd8e
build(docs-infra): add a tool to create new examples ( #39283 )
...
This tool can be run from anywhere in the aio folder as:
```sh
yarn create-example <example-name>
```
It will create some basic scaffold files to get the example started.
After creation the developer should then use `yarn boilerplate:add`
or similar to ensure that the example can be run and tested.
You can optionally provide an absolute path to a pre-existing CLI
project and it will copy over appropriate files (ignoring boilerplate)
to the newly created example.
```sh
yarn create-example <example-name> /path/to/other/cli/project
```
Fixes #39275
PR Close #39283
2020-10-16 08:14:40 -07:00
James Davies
4fd70a2bf3
docs: Very minor spelling mistake ( #39299 )
...
1659: teh -> the
PR Close #39299
2020-10-15 17:00:20 -07:00
Nicholas Papadopoulos
af170384b4
docs: fix typo at console.log ( #39252 )
...
PR Close #39252
2020-10-15 14:15:37 -07:00
CharaLagou
95fcb4164f
docs(core): fix typo in the "Template statements" guide ( #39244 )
...
PR Close #39244
2020-10-15 14:14:26 -07:00
David Shevitz
33c7d23fdd
docs: Move pipes documentation from Components to Templates ( #38983 )
...
PR Close #38983
2020-10-15 14:07:29 -07:00
David Shevitz
670fac0ace
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:29 -07:00
macvag
72cdd42278
docs: Update output directory name in Deployment guide ( #39247 )
...
The default output directory is no longer `dist/` but `dist/project-name/`
PR Close #39247
2020-10-15 09:08:24 -07:00
shaharkazaz
591fa51a6f
docs: fix broken link ( #39256 )
...
PR Close #39256
2020-10-14 14:10:59 -07:00
KingDarBoja
2664338582
docs: update marketing home loved-by-millions svg ( #39105 )
...
docs: include entire worldmap
docs: feedback changes on loved-by-millions
PR Close #39105
2020-10-14 14:09:26 -07:00
Alex Okrushko
df0941554b
docs: add Discord as an official communication channel ( #39149 )
...
PR Close #39149
2020-10-14 10:23:16 -07:00
sajeetharan
23fc2b43ac
updated sajee's profile ( #39019 )
...
PR Close #39019
2020-10-13 14:59:04 -07:00
d0rian
c16995eb59
docs: fix typo in the Reactive Forms guide #5 ( #39245 )
...
PR Close #39245
2020-10-13 13:38:29 -07:00
David Shevitz
3487d5a13a
docs: move Inputs and Outputs topic to Components section ( #38984 )
...
PR Close #38984
2020-10-12 12:40:50 -07:00
Sonu Kapoor
a5b474580c
docs: change heading to a sub-heading ( #39131 )
...
This commit changes the heading of the section
`Use TypeScript path mapping for peer dependencies` to a sub-heading of
`Linked Libraries`.
Fixes #39130
PR Close #39131
2020-10-07 13:31:24 -07:00
David Shevitz
7aa12412f3
docs: Migrate section, view encapsulation, from Component Styles topic into its own topic. ( #38986 )
...
PR Close #38986
2020-10-05 13:23:41 -07:00
bobin-knol
416403fc63
docs: Made a minor change in the documentation ( #38917 )
...
PR Close #38917
2020-10-05 12:43:15 -07:00
Alison
4c30f5135b
docs(upgrade): expand upon change detection implications for downgraded components ( #39100 )
...
PR Close #39100
2020-10-05 08:08:31 -07:00
Aleksandr Maniunin
3a01856e7c
docs: fix typo in Pipes guide (aynchronous --> asynchronous) ( #38996 )
...
PR Close #38996
2020-09-30 12:46:27 -07:00
Daniel
d8de689080
docs(docs-infra): replace a comma with a period at the end of a sentence ( #39034 )
...
In order to keep document consistency this commit replaces a comma with a period at the end of a sentence
PR Close #39034
2020-09-30 09:27:31 -04:00
Daniel Kreider
31be06a6f6
docs: fix two broken commands ( #38960 )
...
PR Close #38960
2020-09-30 09:17:19 -04:00