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
92411043d1
docs: fix GitHub pages deployment command ( #26896 )
...
closes #26803
PR Close #26896
2019-01-16 11:56:51 -08:00
aa3f75b3c9
docs: minor wording change in code example comment ( #26835 )
...
PR Close #26835
2019-01-16 11:56:51 -08:00
d64aadf57a
docs: fix typo in testing guide ( #26828 )
...
PR Close #26828
2019-01-16 11:56:51 -08:00
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
b9fd62413f
docs: fix scripts section and some minor issues in universal documentation ( #26444 )
...
PR Close #26444
2019-01-16 11:56:50 -08:00
c66a076614
docs: add library doc to guides in aio ( #27581 )
...
PR Close #27581
2019-01-16 11:56:50 -08:00
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
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
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
0e81e418fb
docs: add schematics terms to glossary ( #27862 )
...
PR Close #27862
2019-01-16 11:55:47 -08:00
60255b68c0
docs: re-write interpolation section and add example ( #25170 )
...
PR Close #25170
2019-01-16 11:55:47 -08:00
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
80994b25b9
docs: fix typo ( #27865 )
...
PR Close #27865
2019-01-16 11:55:47 -08:00
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
a6153accf0
docs: remove deprecated fromPromise
from RxJS guide ( #28015 )
...
Follow-up to #27443 .
PR Close #28015
2019-01-16 11:55:46 -08:00
079bcffe07
docs: fix typo PageNotFoundCompponent ( #27799 )
...
closes : #27795
PR Close #27799
2019-01-16 11:55:45 -08:00
11728bbbd9
build: remove travisci leftovers ( #27979 )
...
PR Close #27979
2019-01-16 11:55:45 -08:00
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
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
16aad8b2d8
docs: add Alyle UI to resources ( #27954 )
...
PR Close #27954
2019-01-16 11:54:03 -08:00
1dc95c41eb
docs: fix typo in TOH http section ( #26127 )
...
PR Close #26127
2019-01-03 09:32:28 -08:00
a0a3648e7a
docs: add more info on what is being cached ( #27343 )
...
PR Close #27343
2019-01-03 09:29:44 -08:00
7df9040c05
docs: add missing comma to environment config in build guide ( #27476 )
...
PR Close #27476
2019-01-03 09:29:17 -08:00
5638c1d507
docs: fix npm description in architecture modules guide ( #27818 )
...
PR Close #27818
2019-01-03 09:28:45 -08:00
755c8091af
docs: improve description of bundle budgets ( #27833 )
...
PR Close #27833
2019-01-03 09:28:16 -08:00
59f64dd361
docs(service-worker): update service worker configuration doc ( #27868 )
...
PR Close #27868
2019-01-03 09:27:30 -08:00
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
c5ce4e62c6
docs: fix code example to ensure consistency in file ( #26577 )
...
PR Close #26577
2018-12-21 15:12:05 -05:00
8fdd702245
docs: Fixed typo ( #27669 )
...
PR Close #27669
2018-12-18 09:29:48 -08:00
94f17e9038
docs: remove misplaced code in Universal guide ( #26865 )
...
PR Close #26865
2018-12-17 09:35:35 -08:00
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
f9545d1b1a
docs: adding ngAtlanta 2019 ( #27522 )
...
PR Close #27522
2018-12-14 15:18:55 -08:00
9c7fb0dfe1
docs: add Zenika trainings in resources.json ( #27216 )
...
PR Close #27216
2018-12-12 11:03:09 -08:00
dc1ed3c47e
docs: fix ngModel typo in form validation guide ( #27574 )
...
Fix typo
PR Close #27574
2018-12-11 16:22:58 -08:00
3cb6dad6d5
docs: update npm scripts to support angular 7 ( #27334 )
...
PR Close #27334
2018-12-11 11:25:36 -08:00
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
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
6abbaaed89
fix(docs-infra): do not use an Angular element in hard-coded FETCH_ERROR
document ( #27250 )
...
The `FETCH_ERROR` document is used when we are unable to retrieve a
document (except for 404 errors), which includes when there is no
internet connection. Using the `<current-location>` element in the
document's template to show the path of the page we failed to retrieve
assumes that the element's bundle is available (e.g. cached by the SW)
or can be fetched from the server.
When none of these conditions is met, the `DocViewer` is unable to
prepare the document and fails, never showing the `FETCH_ERROR` page to
the user.
Furthermore, the path we are looking to retrieve via
`<current-location>` is essentially the document ID, which we already
have. Thus, loading and instantiating a whole component just for that is
overkill.
This commit addresses both issues by getting rid of the
`<current-location>` component and directly embedding the document ID
into the `FETCH_ERROR` content.
PR Close #27250
2018-12-05 13:26:27 -08:00
b2f73ddb64
fix(docs-infra): do not create an anchor for the file-not-found
header ( #27250 )
...
PR Close #27250
2018-12-05 13:26:26 -08:00
931a636bcc
docs: fix typo in toh-pt6.md ( #27403 )
...
PR Close #27403
2018-12-03 08:24:19 -08:00
3983d04b1c
docs: fix dynamic-component-loader example for Adblock Plus + EasyList ( #27212 )
...
Reported issue in #18138 is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.
Fixes #18138
PR Close #27212
2018-11-30 13:35:38 -08:00
36e7bf1b7b
style: change style css syntax ( #27253 )
...
PR Close #27253
2018-11-29 21:26:53 -08:00
2d51579a87
docs: move Minko to Angular ( #27339 )
...
Joined the team at Google about a month ago ✨
PR Close #27339
2018-11-29 21:21:54 -08:00
419fa172ff
docs: move past events on events page ( #27342 )
...
Moves events that have already happened to the list of past events.
PR Close #27342
2018-11-29 21:21:24 -08:00
9e391e010c
docs: Minor: insert missing space ( #27213 )
...
PR Close #27213
2018-11-28 11:41:21 -08:00
8424f587b0
docs: replace ChromeNoSandbox by ChromeHeadlessCI ( #27304 )
...
the custom launcher name should be named ChromeHeadlessCI instead of ChromeNoSandbox.
PR Close #27304
2018-11-28 11:40:03 -08:00
30f12f2887
docs: add forms terms to glossary ( #27075 )
...
PR Close #27075
2018-11-26 09:26:06 -08:00
859da3af50
docs: The note had an indentation and was missing line breaks ( #27183 )
...
Fixed the formatting and made Note bold.
PR Close #27183
2018-11-20 10:43:31 -08:00
a4934a74b6
docs: fix code examples style ( #26573 )
...
PR Close #26573
2018-11-16 12:27:00 -08:00