1781 Commits

Author SHA1 Message Date
GavinMK
fa63c2160c docs: update Alex Eagle and Wassim Chegham collaborator status ()
PR Close 
2020-01-14 10:28:23 -08:00
GavinMK
b188b8c3ba docs: add Manu Murthy to Angular team ()
PR Close 
2020-01-14 10:28:23 -08:00
GavinMK
3fada8d100 docs: add Andrew Scott to Angular team ()
PR Close 
2020-01-14 10:28:23 -08:00
GavinMK
475d07c72b docs: add Jules Kremer to Angular team ()
PR Close 
2020-01-14 10:28:23 -08:00
Pete Bacon Darwin
58f10026c4 docs: add deprecation info about default currency code ()
In v10 the default currency code will be taken from the
current locale, rather than simply defaulting to `USD`.

PR Close 
2020-01-13 09:57:06 -08:00
ajitsinghkaler
ebcd59ae4f docs: replace from class hero to interface with accordance with # 344022 ()
Fixes 

PR Close 
2020-01-13 07:25:19 -08:00
Adam
55037d1107 build: bump year ()
PR Close 
2020-01-13 07:21:43 -08:00
mikef
afc88074cd docs: correct full stop position in providers section ()
Correct the position of the full stop at the end of the limiting provider scope with components paragraph.

PR Close 
2020-01-13 07:20:24 -08:00
ajitsinghkaler
f6dee72a88 docs: add note that when ngOnInit not used ()
In some examples ngOnInit was missing added note to tell when it is missing.

Fixes 

PR Close 
2020-01-10 14:40:52 -08:00
Judy Bogart
475ffd67f5 docs: move ngcc def from page to glossary ()
PR Close 
2020-01-10 08:38:53 -08:00
Judy Bogart
efdf347f9c docs: apply standard header case convention ()
PR Close 
2020-01-10 08:38:53 -08:00
Kara Erickson
9c5510b28e docs(ivy): document breaking change with <select> and binding order ()
Closes 

PR Close 
2020-01-09 15:13:56 -08:00
Do Nhu Vy
97c3e9d59f docs: Change screenshot to new Angular 9 app UI ()
PR Close 
2020-01-09 13:45:11 -08:00
arturovt
99cc7cdc15 docs: fix non-working example in the Observables section ()
PR Close 
2020-01-09 13:27:15 -08:00
Sam Julien
0083443050 docs: add note on importing AppRoutingModule ()
Fixes 

PR Close 
2020-01-09 13:26:42 -08:00
Kara Erickson
9f65b787d0 docs: deprecate undecorated base classes that use Angular features ()
PR Close 
2020-01-08 15:08:53 -08:00
ghiscoding
efbb147f65 docs: add Angular-Slickgrid library to the list of resources ()
PR Close 
2020-01-08 15:06:44 -08:00
Sonu Kapoor
02baaa4813 docs: clarifies how the service is injected ()
There was some confusion about how the service will be injected in the sentence with the `new` keyword. This PR should hopefully clear the confusion.

Fixes 

PR Close 
2020-01-08 15:06:09 -08:00
Alan Agius
8f389361ec docs: replace lazy loading import syntax parameter name ()
We replace `mod` with `m` to be in line with what the CLI generates.

PR Close 
2020-01-07 10:44:12 -08:00
George Kalpakas
7cdc118c8e refactor(docs-infra): extract all lazy-loading-ngmodules examples from mini-app ()
Previously, some of the examples in the `lazy-loading-ngmodules` guide
were hard-coded.

This commit ensures all examples in the guide are extracted from
docregions in the corresponding example project.

PR Close 
2020-01-07 10:44:12 -08:00
Alan Agius
d66cf31ffc docs: add missing t typo and remove redundan - ()
PR Close 
2020-01-07 10:44:12 -08:00
Alan Agius
c2d03e5e21 docs: fix lazy routes code snippet format ()
PR Close 
2020-01-07 10:44:12 -08:00
Kara Erickson
3053e022d3 docs(ivy): minor changes to version 9 guide ()
The main change here was to remove the updating instructions for
version 9 and instead point to update.angular.io. This ensures
we only have one "source of truth" for update instructions.

This commit also includes updates to error message text to
keep them up-to-date with live error messages (and thus keep
them searchable).

PR Close 
2020-01-07 10:34:37 -08:00
ShubhrankR
b9b8920227 docs: typo in Deployment section of getting started ()
Fixes 

PR Close 
2020-01-07 10:33:01 -08:00
Jeff Held
eab7f9f101 docs: add a comma ()
PR Close 
2020-01-06 11:27:05 -08:00
Sholka Jadav
e14e43bda2 docs: add rxweb reactive form validation library to resources ()
PR Close 
2020-01-06 11:21:16 -08:00
JoostK
e116816131 refactor(ivy): let strictTemplates imply fullTemplateTypeCheck ()
Previously, it was required that both `fullTemplateTypeCheck` and
`strictTemplates` had to be enabled for strict mode to be enabled. This
is strange, as `strictTemplates` implies `fullTemplateTypeCheck`. This
commit makes setting the `fullTemplateTypeCheck` flag optional so that
strict mode can be enabled by just setting `strictTemplates`.

PR Close 
2020-01-06 11:07:54 -08:00
Kapunahele Wong
8410278b6d docs: copy edit getting started step 4 ()
PR Close 
2020-01-06 10:59:37 -08:00
ajitsinghkaler
6bfe214346 docs: add products.ts file on getting started page ()
in the getting started page (first tutorial) file products.ts which was not shown and was only present in the StackBlitz examples. So added a refrence that it is present in the example and also added a note that examples may carry filenames not present please look at StackBliz examples for details

Fixes 

PR Close 
2019-12-17 11:41:55 -08:00
Pawel Kozlowski
ea57587b7c docs(ivy): document breaking changes for DebugElement classes and attributes ()
PR Close 
2019-12-13 10:53:41 -08:00
Kapunahele Wong
a9e3cbd534 docs: add docs about inputs and strictNullChecks to template typecheck ()
PR Close 
2019-12-12 15:58:13 -08:00
owenmecham
1583293694 docs: ng-conf 2020 the musical ()
Added event and announcement info for ng-conf 2020

PR Close 
2019-12-12 09:06:11 -08:00
Sonu Kapoor
5f2897be0b docs(forms): Update catchError to return an observable ()
Closes 

PR Close 
2019-12-11 13:19:57 -08:00
ajitsinghkaler
f503832abe docs: fix headers in "Getting Started" code-snippets ()
The headers of two of the code-snippets in the [Input section](https://angular.io/start#input)
of the "Getting Started" guide incorrectly referenced an non-existent
file path (`src/app/product-list/product-alerts.component.ts`).

This commit fixes the headers to show the correct file path
(`src/app/product-alerts/product-alerts.component.ts`).

Fixes 

PR Close 
2019-12-11 09:49:49 -08:00
Judy Bogart
c9df9afddd docs: add change detection to glossary ()
PR Close 
2019-12-10 16:30:35 -08:00
Jonathan Sharpe
8683c0335b docs: Fix links to Webpack docs ()
The previous link, https://webpack.js.org/configuration/dev-server/#devserver-proxy, doesn't go directly to the proxy section.
PR Close 
2019-12-10 09:18:17 -08:00
Luka Petrovic
f95e2c7e7e docs: fix broken links ()
PR Close 
2019-12-10 09:17:12 -08:00
Sonu Kapoor
7823c23932 docs: Adds NgModule into back-ticks ()
PR Close 
2019-12-09 11:36:35 -08:00
Matt Janssen
f98aeca146 docs(forms): fix a punctuation error ()
PR Close 
2019-12-09 10:35:03 -08:00
Kapunahele Wong
3805172f9c docs: edit copy of getting started step 3 ()
PR Close 
2019-12-06 10:27:00 -08:00
ajitsinghkaler
421dba0184 fix(docs-infra): make header full-width and panels full-width on mobile screens ()
On events page the header was not able to take full width when body exceeds viewport width of the screen So made the below body go overflow-x auto and resources page was taking 80% of the width which is okay on desktop but on mobile it should take 100% width put a media quer for it.

Fixes 

PR Close 
2019-12-05 13:06:36 -08:00
Kapunahele Wong
de62d8ebdb docs: fix migrations formatting ()
PR Close 
2019-12-05 13:06:01 -08:00
David Shevitz
02134172dd docs: add David Shevitz to about page ()
PR Close 
2019-12-05 11:19:59 -08:00
Alan Agius
542f236dc4 docs: add documentation for server and Ivy without bundleDependencies ()
PR Close 
2019-12-05 10:13:57 -08:00
Denys Vuika
28ef1af376 docs: update Angular books list ()
PR Close 
2019-12-05 10:11:25 -08:00
Kapunahele Wong
e71d151571 docs: edit copy of getting started step 2 ()
PR Close 
2019-12-05 10:10:40 -08:00
Kwinten Pisman
e315215983 docs: add kwinten pisman to GDE resources ()
PR Close 
2019-12-03 16:11:40 -08:00
Amadou Sall
8f102fe674 docs: remove information about which version of Firefox started supporting custom elements ()
PR Close 
2019-12-03 16:04:54 -08:00
George Kalpakas
86d5472d91 docs(service-worker): fix paths for ngsw-config command to match latest CLI ()
PR Close 
2019-12-03 10:42:07 -08:00
Judy Bogart
f84f362de3 docs: clarify differential load doc ()
PR Close 
2019-12-03 10:37:11 -08:00