Tomas Veras
6bd20e8b2f
docs: add missing type when handling errors in hero service. ( #28256 )
...
PR Close #28256
2019-01-22 09:43:43 -08:00
Kayce Basques
366a6bf192
docs: make the styles section less ambiguous ( #26092 )
...
PR Close #26092
2019-01-22 09:42:51 -08:00
Kapunahele Wong
8a08ff1571
docs: fix comments in services example ( #26194 )
...
PR Close #26194
2019-01-16 17:38:23 -08:00
WilliamKoza
50cf2ac6d8
fix(docs-infra): improve a11y ( #28086 )
...
Issue #27723
PR Close #28086
2019-01-16 17:37:45 -08:00
krzysztof-grzybek
cfb41452ce
docs: update testing doc example style for HostListener ( #26372 )
...
HostListener is preferred over host metadata by official style guide
PR Close #26372
2019-01-14 17:04:46 -08:00
Malgosia
857fcfe048
docs: ng config link fix ( #28115 )
...
Fixed 'ng config' link to lead to proper CLI command site
PR Close #28115
2019-01-14 10:47:05 -08:00
javatutorials2016
2c9f0139a3
docs: fix typo in singleton services guide ( #27948 )
...
PR Close #27948
2019-01-14 10:41:30 -08:00
Shivam_Vyas
1ec01d6758
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-14 10:39:03 -08:00
Ashinze Ekene
4bb5f638bc
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-14 10:38:05 -08:00
Brad Brandhorst
0897ebac9e
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-14 10:37:21 -08:00
coultonluke
d6aca79410
docs: updates to minor spelling mistakes in pipes guide ( #27208 )
...
PR Close #27208
2019-01-14 10:34:17 -08:00
Brandon Roberts
e4c899e4ba
docs: add browser polyfills for IE11 with hash-based routing ( #27135 )
...
Closes #26511
PR Close #27135
2019-01-14 10:33:23 -08:00
Sasidhar Vanga
5e6e96d844
docs: fix GitHub pages deployment command ( #26896 )
...
closes #26803
PR Close #26896
2019-01-14 10:32:31 -08:00
Steve Dignan
9c2f6d72d6
docs: minor wording change in code example comment ( #26835 )
...
PR Close #26835
2019-01-14 10:31:23 -08:00
Courtney Pattison
638375b7ca
docs: fix typo in testing guide ( #26828 )
...
PR Close #26828
2019-01-14 10:30:33 -08:00
cyraid
c5b67b95b7
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-14 10:12:52 -08:00
Alan Agius
78bc21c63a
docs: fix scripts section and some minor issues in universal documentation ( #26444 )
...
PR Close #26444
2019-01-14 10:11:08 -08:00
Judy Bogart
e082fc24b2
docs: add library doc to guides in aio ( #27581 )
...
PR Close #27581
2019-01-11 16:22:19 -08:00
George Kalpakas
8c3f98fdbb
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-11 11:17:18 -08:00
George Kalpakas
89a39bb22a
style(service-worker): fix code formatting in `service-worker-getting-started` example ( #28020 )
...
PR Close #28020
2019-01-11 11:17:18 -08:00
George Kalpakas
12f509c218
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-11 11:17:18 -08:00
Adam Plumer
a100472b5d
build: bump year ( #27880 )
...
PR Close #27880
2019-01-11 11:15:59 -08:00
Judy Bogart
a6f7fe394a
docs: add schematics terms to glossary ( #27862 )
...
PR Close #27862
2019-01-11 11:15:08 -08:00
Kapunahele Wong
d505468fb7
docs: re-write interpolation section and add example ( #25170 )
...
PR Close #25170
2019-01-11 11:12:44 -08:00
Joseph Harrison-Lim
bccf8da35f
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-10 17:06:05 -08:00
Mark Goho
acb2caced0
docs: fix typo ( #27865 )
...
PR Close #27865
2019-01-10 17:04:54 -08:00
Johannes Hoppe
96f4969a2b
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-10 17:03:54 -08:00
George Kalpakas
d0c3e252a3
docs: remove deprecated `fromPromise` from RxJS guide ( #28015 )
...
Follow-up to #27443 .
PR Close #28015
2019-01-09 15:37:52 -08:00
Michael De Wree
582395b8f5
docs: fix typo PageNotFoundCompponent ( #27799 )
...
closes : #27795
PR Close #27799
2019-01-09 12:42:39 -08:00
Paul Gschwendtner
c7d1890aaa
build: remove travisci leftovers ( #27979 )
...
PR Close #27979
2019-01-09 10:41:16 -08:00
Andrew Crites
1de4031d9c
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-08 17:16:45 -08:00
Zheng Kai
f6c91c5a5a
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-08 16:15:53 -08:00
Enmanuel
e94e7eef4c
docs: add Alyle UI to resources ( #27954 )
...
PR Close #27954
2019-01-07 08:35:40 -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
zackarychapple
f9545d1b1a
docs: adding ngAtlanta 2019 ( #27522 )
...
PR Close #27522
2018-12-14 15:18:55 -08:00
Emmanuel DEMEY
9c7fb0dfe1
docs: add Zenika trainings in resources.json ( #27216 )
...
PR Close #27216
2018-12-12 11:03:09 -08:00
Lucas
dc1ed3c47e
docs: fix ngModel typo in form validation guide ( #27574 )
...
Fix typo
PR Close #27574
2018-12-11 16:22:58 -08:00
Michał Jawulski
3cb6dad6d5
docs: update npm scripts to support angular 7 ( #27334 )
...
PR Close #27334
2018-12-11 11:25:36 -08:00
Isaac Sunkes
16d26e5f38
docs: add webucator to resources ( #26895 )
...
Added Angular Training by Webucator to Workshops & Onsite Training section of resources.
PR Close #26895
2018-12-10 14:20:03 -08:00
Igor Minar
54e4bdb842
docs: remove AngularDart from the version picker ( #27550 )
...
At this point it's only confusing people.
PR Close #27550
2018-12-10 10:29:39 -08:00