Jeff Cross
5c85b4f1e9
docs: add Jeff Cross to contributors ( #28432 )
...
PR Close #28432
2019-01-29 16:41:32 -08:00
jithil-kore
22bc6ef22a
docs: fix typo for Browserslist in build guide ( #28328 )
...
PR Close #28328
2019-01-29 16:35:27 -08:00
Matti Järvinen
bf928d1c9e
docs: fix typo for Browserslist in file structure guide ( #28312 )
...
PR Close #28312
2019-01-29 16:33:19 -08:00
Nazar Nasirzada
d11c2f915b
docs: fix typo in lifecycle-hooks.md ( #28206 )
...
## PR Checklist
Please check if your PR fulfills the following requirements:
* [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
* [ ] Tests for the changes have been added (for bug fixes / features)
* [x] Docs have been added / updated (for bug fixes / features)
## PR Type
What kind of change does this PR introduce?
* [ ] Bugfix
* [ ] Feature
* [ ] Code style update (formatting, local variables)
* [ ] Refactoring (no functional changes, no api changes)
* [ ] Build related changes
* [ ] CI related changes
* [x] Documentation content changes
* [ ] angular.io application / infrastructure changes
* [ ] Other... Please describe:
## What is the current behavior?
Issue Number: N/A
## What is the new behavior?
## Does this PR introduce a breaking change?
* [ ] Yes
* [x] No
## Other information
PR Close #28206
2019-01-29 16:32:03 -08:00
Janghyun Han
98c99e5073
docs: angular.kr link added ( #28113 )
...
PR Close #28113
2019-01-29 16:31:38 -08:00
onlyflix
0ff48a1266
style: change to American English ( #27266 )
...
PR Close #27266
2019-01-29 16:30:26 -08:00
Dhananjay Kumar
068a6070dc
docs(docs-infra): add ng-India to events list ( #28119 )
...
docs: add ng-India to events list
PR Close #28119
2019-01-28 20:18:52 -08:00
Dario Braun
898c0134e7
docs: fix typo and add parenthesis to method in HTTP tutorial ( #28289 )
...
Merge remote-tracking branch 'origin/TOH' into TOH
PR Close #28289
2019-01-24 10:23:25 -08:00
Luiz Machado
54565ed389
docs: fix crisis-detail milestone files ( #27025 )
...
Crisis Detail's template was being added two times and the component's TS none.
PR Close #27025
2019-01-22 11:19:51 -08:00
Kapunahele Wong
d8c75f1bb0
docs: fix comments in services example ( #26194 )
...
PR Close #26194
2019-01-16 17:38:24 -08:00
WilliamKoza
6d40ef2d6b
fix(docs-infra): improve a11y ( #28086 )
...
Issue #27723
PR Close #28086
2019-01-16 17:37:46 -08:00
krzysztof-grzybek
de80f1b6dd
docs: update testing doc example style for HostListener ( #26372 )
...
HostListener is preferred over host metadata by official style guide
PR Close #26372
2019-01-16 11:56:52 -08:00
Malgosia
f269e433a7
docs: ng config link fix ( #28115 )
...
Fixed 'ng config' link to lead to proper CLI command site
PR Close #28115
2019-01-16 11:56:52 -08:00
javatutorials2016
5390948360
docs: fix typo in singleton services guide ( #27948 )
...
PR Close #27948
2019-01-16 11:56:51 -08:00
Shivam_Vyas
0d860051af
docs: change in(what should I import? answer) NgModule FAQs ( #27677 )
...
I think only should be after BrowserModule , because we can import more than BrowserModule and I think we need to import other modules to AppModule in most of cases and we should import BrowserModule only in AppModule,so that thing seems okay.
PR Close #27677
2019-01-16 11:56:51 -08:00
Ashinze Ekene
edbba24b60
docs: fix typo in dependency injection guide ( #27616 )
...
~~`HeroService` must provided in some parent injector~~
*`HeroService` must be provided in some parent injector*
PR Close #27616
2019-01-16 11:56:51 -08:00
Brad Brandhorst
6ae8d7691d
docs: fix typo in docs.md ( #27484 )
...
Added a period to the end of the last sentence in the first paragraph
PR Close #27484
2019-01-16 11:56:51 -08:00
coultonluke
1be2f11965
docs: updates to minor spelling mistakes in pipes guide ( #27208 )
...
PR Close #27208
2019-01-16 11:56:51 -08:00
Brandon Roberts
495ce325b2
docs: add browser polyfills for IE11 with hash-based routing ( #27135 )
...
Closes #26511
PR Close #27135
2019-01-16 11:56:51 -08:00
Sasidhar Vanga
92411043d1
docs: fix GitHub pages deployment command ( #26896 )
...
closes #26803
PR Close #26896
2019-01-16 11:56:51 -08:00
Steve Dignan
aa3f75b3c9
docs: minor wording change in code example comment ( #26835 )
...
PR Close #26835
2019-01-16 11:56:51 -08:00
Courtney Pattison
d64aadf57a
docs: fix typo in testing guide ( #26828 )
...
PR Close #26828
2019-01-16 11:56:51 -08:00
cyraid
51f7f081a3
docs: update link in universal guide ( #26628 )
...
Link to the document "53 percent of mobile site visits" was changed, updated link. Old link led to a page that didn't have the statistics on it.
PR Close #26628
2019-01-16 11:56:50 -08:00
Alan Agius
b9fd62413f
docs: fix scripts section and some minor issues in universal documentation ( #26444 )
...
PR Close #26444
2019-01-16 11:56:50 -08:00
Judy Bogart
c66a076614
docs: add library doc to guides in aio ( #27581 )
...
PR Close #27581
2019-01-16 11:56:50 -08:00
George Kalpakas
0ec4e1372a
docs(service-worker): fix example of manually checking for updates ( #28020 )
...
Poll for updates in a way that does not prevent the SW from being
registered. Discussed in https://github.com/angular/angular/pull/27332#pullrequestreview-179504620 .
PR Close #28020
2019-01-16 11:55:47 -08:00
George Kalpakas
84c1bad3a1
style(service-worker): fix code formatting in service-worker-getting-started
example ( #28020 )
...
PR Close #28020
2019-01-16 11:55:47 -08:00
George Kalpakas
1640832f56
docs(service-worker): fix the service-worker-getting-started
docs example ( #28020 )
...
Changes:
- Change the project type to `service-worker`, so that it gets
appropriate `package.json` (with `@angular/service-worker` dependency)
and `angular.json` (with `serviceWorker: true` in production config).
- Move `ngsw-config.json` to the correct directory.
- Specify custom test commands for aio's `yarn example-e2e` to also
verify that the ServiceWorker bits are set up correctly.
PR Close #28020
2019-01-16 11:55:47 -08:00
Judy Bogart
0e81e418fb
docs: add schematics terms to glossary ( #27862 )
...
PR Close #27862
2019-01-16 11:55:47 -08:00
Kapunahele Wong
60255b68c0
docs: re-write interpolation section and add example ( #25170 )
...
PR Close #25170
2019-01-16 11:55:47 -08:00
Joseph Harrison-Lim
9556ba7bca
docs(router): fix misnamed path ( #27879 )
...
This change matches the routes found in the following code example
for auth.guard.ts as well as the login.component.1.ts in the "Add
the LoginComponent" section.
PR Close #27879
2019-01-16 11:55:47 -08:00
Mark Goho
80994b25b9
docs: fix typo ( #27865 )
...
PR Close #27865
2019-01-16 11:55:47 -08:00
Johannes Hoppe
2f154b980f
docs: fix broken html for deployment.md ( #27851 )
...
without the closing quote the text and link are not displayed correctly
PR Close #27851
2019-01-16 11:55:46 -08:00
George Kalpakas
a6153accf0
docs: remove deprecated fromPromise
from RxJS guide ( #28015 )
...
Follow-up to #27443 .
PR Close #28015
2019-01-16 11:55:46 -08:00
Michael De Wree
079bcffe07
docs: fix typo PageNotFoundCompponent ( #27799 )
...
closes : #27795
PR Close #27799
2019-01-16 11:55:45 -08:00
Paul Gschwendtner
11728bbbd9
build: remove travisci leftovers ( #27979 )
...
PR Close #27979
2019-01-16 11:55:45 -08:00
Andrew Crites
ef3ec34aa3
docs: use static zip function as an Observable creator. ( #26790 )
...
The existing example makes it seem like zip is a pipeable operator. It can be used this way, but I think that is for backwards compatibility. You can achieve the same functionality by using it as an Observable creator. I think this also makes the example clearer.
PR Close #26790
2019-01-16 11:55:44 -08:00
Zheng Kai
354f3639bb
docs: update rxjs example and change fromPromise to from ( #27443 )
...
the first example at https://angular.io/guide/rx-library ,
https://github.com/ReactiveX/rxjs-tslint/issues/7
PR Close #27443
2019-01-16 11:55:44 -08:00
Enmanuel
16aad8b2d8
docs: add Alyle UI to resources ( #27954 )
...
PR Close #27954
2019-01-16 11:54:03 -08:00
Dario Braun
1dc95c41eb
docs: fix typo in TOH http section ( #26127 )
...
PR Close #26127
2019-01-03 09:32:28 -08:00
Alan Agius
a0a3648e7a
docs: add more info on what is being cached ( #27343 )
...
PR Close #27343
2019-01-03 09:29:44 -08:00
Ronen Gelman
7df9040c05
docs: add missing comma to environment config in build guide ( #27476 )
...
PR Close #27476
2019-01-03 09:29:17 -08:00
Mohammed Salman
5638c1d507
docs: fix npm description in architecture modules guide ( #27818 )
...
PR Close #27818
2019-01-03 09:28:45 -08:00
Alan
755c8091af
docs: improve description of bundle budgets ( #27833 )
...
PR Close #27833
2019-01-03 09:28:16 -08:00
Cyrille Tuzi
59f64dd361
docs(service-worker): update service worker configuration doc ( #27868 )
...
PR Close #27868
2019-01-03 09:27:30 -08:00
Nico Jansen
707c6828b5
docs(elements): add "Firefox" for support of custom elements ( #27789 )
...
Firefox now supports custom elements: https://caniuse.com/#feat=custom-elementsv1
PR Close #27789
2018-12-26 11:27:45 -08:00
Preetham Viswanathan
c5ce4e62c6
docs: fix code example to ensure consistency in file ( #26577 )
...
PR Close #26577
2018-12-21 15:12:05 -05:00
Sharath George M
8fdd702245
docs: Fixed typo ( #27669 )
...
PR Close #27669
2018-12-18 09:29:48 -08:00
Emilio Martinez
94f17e9038
docs: remove misplaced code in Universal guide ( #26865 )
...
PR Close #26865
2018-12-17 09:35:35 -08:00
bmarkov
a72633891b
docs: Add Smart UI to UI Components section in resources ( #27515 )
...
docs: add Smart UI to UI Components section in resources
PR Close #27515
2018-12-17 09:34:14 -08:00