janith
c79bffaacb
docs: remove gender prefixes from examples ( #29972 )
...
PR Close #29972
2019-05-20 16:42:59 -07:00
Fux, Etienne
e58e5ec6a6
docs: improve consistency of style guide example ( #30504 )
...
The text for entry Style 04-10 of the style guide talks about
FilterTextService however, the example folder structure has the inversed
filename.
PR Close #30504
2019-05-20 16:42:16 -07:00
Ben Lesh
d7eaae6f22
refactor(ivy): Move instructions back to ɵɵ ( #30546 )
...
There is an encoding issue with using delta `Δ`, where the browser will attempt to detect the file encoding if the character set is not explicitly declared on a `<script/>` tag, and Chrome will find the `Δ` character and decide it is window-1252 encoding, which misinterprets the `Δ` character to be some other character that is not a valid JS identifier character
So back to the frog eyes we go.
```
__
/ɵɵ\
( -- ) - I am ineffable. I am forever.
_/ \_
/ \ / \
== == ==
```
PR Close #30546
2019-05-20 16:37:47 -07:00
jenniferfell
1c3ee41902
docs: move old quick start content into new local setup guide ( #29651 )
...
PR Close #29651
2019-05-20 10:16:23 -07:00
Brandon Roberts
661a57d9e2
docs: update docs example dependencies to version 8 ( #30385 )
...
PR Close #30385
2019-05-17 14:16:55 -07:00
Kamil Myśliwiec
9d5abfb3d9
docs: add kamil mysliwiec to GDE resources ( #30508 )
...
PR Close #30508
2019-05-17 13:32:44 -07:00
Brandon
bf94932c7a
docs: add link to location upgrade config ( #30331 )
...
PR Close #30331
2019-05-16 11:47:16 -07:00
Brandon
6cb3b50a03
docs(docs-infra): add common/upgrade to API package sources ( #30331 )
...
Closes #30332
PR Close #30331
2019-05-16 11:47:16 -07:00
Brandon Roberts
f5127f601d
docs: add section to upgrade guide on using the unified location service ( #30331 )
...
The LocationUpgradeModule provides a unified way of handling URL updates
across AngularJS and Angular.
PR Close #30331
2019-05-16 11:47:16 -07:00
TwoDCube
79903b1842
docs: fix typo in animations doc ( #30457 )
...
PR Close #30457
2019-05-15 14:26:11 -07:00
Piotr Tomiak
0051ddf0f3
docs: correct types in transform method to match specification. ( #29812 )
...
PR Close #29812
2019-05-15 14:24:20 -07:00
Jimmy Kasprzak
3a8f74e392
docs: fix example "testing" app compilation ( #30427 )
...
PR Close #30427
2019-05-15 14:12:22 -07:00
Vincent Guo
8555016eec
docs: fix the payload in event-binding sample code ( #30429 )
...
after reading the context. there are some clues to infer the payload should be the `item`, not `item.name`.
1. EventEmitter<Item>.
2. the desc say that:
The component defines a deleteRequest property that returns an EventEmitter. When the user clicks delete, the component invokes the delete() method, telling the EventEmitter to emit an **Item** object.
PR Close #30429
2019-05-15 14:12:02 -07:00
Ben Lesh
cf86ed7b29
refactor(ivy): migrate ɵɵ prefix back to Δ ( #30362 )
...
Now that issues are resolved with Closure compiler, we can move back to our desired prefix of `Δ`.
PR Close #30362
2019-05-14 16:52:15 -07:00
Judy Bogart
f9fb921f91
docs: update ivy preview page ( #30355 )
...
PR Close #30355
2019-05-14 12:17:26 -07:00
Santosh Yadav
34e0d621fd
build(docs-infra): update http-server to 0.11.1 ( #30401 )
...
Fixes #30363
PR Close #30401
2019-05-14 09:55:46 -07:00
D3T0N8R
877b2285f9
docs: change reference to jQuery programmers ( #30386 )
...
The section on Data Binding makes a reference to "any experienced jQuery programmer" which is a bit too narrow since there are also programmers that write their front end in pure JavaScript.
PR Close #30386
2019-05-13 10:49:26 -07:00
George Kalpakas
0d4a0b6519
build(docs-infra): upgrade cli command docs sources to 73d875a70 ( #30414 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](8dd9b98ac...73d875a70
):
**Modified**
- help/build.json
- help/e2e.json
- help/serve.json
- help/test.json
- help/xi18n.json
##
PR Close #30414
2019-05-13 10:22:46 -07:00
JiaLiPassion
5ab809ddf9
build: upgrade zone.js to 0.9.1 ( #30260 )
...
Close 30203
resolves the issue that zone-legacy XHR issue
PR Close #30260
2019-05-10 14:25:56 -07:00
George Kalpakas
d80ae6ba0d
build(docs-infra): ensure hidden cli commands are excluded from `sitemap.xml` ( #30395 )
...
Previously, the processor that excludes certain cli commands
(`filterHiddenCommand`) was being run after the `createSitemap`
processor, resulting in those commands to be present in `sitemap.xml`,
while the actual pages where missing. This also resulted in 404s, when
search engine crawlers tried to index the missing URLs.
This commit fixes it by ensuring that the `filterHiddenCommand`
processor is run before the `createSitemap` processor.
PR Close #30395
2019-05-10 11:56:39 -07:00
dsychin
44cf981407
docs: remove mention of chrome 41 from differential loading ( #30390 )
...
PR Close #30390
2019-05-10 11:55:12 -07:00
alimemonzx
d750b1e10d
docs: fix filename in example headers for provider guides ( #29889 )
...
PR Close #29889
2019-05-09 11:27:00 -07:00
Alan Agius
f26f036286
docs: remove reference to e2e applications ( #30324 )
...
This is no longer applicable in angular version 8.
PR Close #30324
2019-05-09 11:23:05 -07:00
Mike Brocchi
d70b1ff177
fix(docs-infra): Handle search criteria from Chrome search providers ( #30345 )
...
fixes #30242
PR Close #30345
2019-05-09 11:21:11 -07:00
William Koza
bf6bedd714
fix(docs-infra): remove scroll position from sessionStorage when a ServiceWorker update has been activated ( #29958 )
...
closes #29893
PR Close #29958
2019-05-08 09:23:42 -07:00
George Kalpakas
4a96ddfb54
build(docs-infra): upgrade cli command docs sources to 8dd9b98ac ( #30325 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](73c53266f...8dd9b98ac
):
**Modified**
- help/add.json
- help/e2e.json
- help/generate.json
- help/update.json
##
PR Close #30325
2019-05-08 09:12:52 -07:00
陈旭10045812
3b551e0fcd
docs(aio): add awade jigsaw into resources ( #30204 )
...
PR Close #30204
2019-05-07 13:13:22 -07:00
arjunyel
4f055d4257
refactor: remove tslint no-use-before-declare rule ( #30288 )
...
PR Close #30288
2019-05-07 10:25:36 -07:00
Richard Lea
d6538eb2fd
docs: fix naming miss and improve anchor reference in router guide ( #30225 )
...
Signed-off-by: Richard Lea <chigix@zoho.com>
PR Close #30225
2019-05-06 11:48:05 -07:00
Kapunahele Wong
0926119977
docs: add explanation on what lazy loading is ( #29667 )
...
PR Close #29667
2019-05-06 10:16:58 -07:00
Raja Rama Mohan Thavalam
bf73fb7420
docs: update Wikipedia link to Polyfill description ( #30214 )
...
PR Close #30214
2019-05-06 09:20:14 -07:00
Max Kramer
1ec092ba32
docs: fix example header in singleton services guide to match styleguide ( #30097 )
...
Removes the ".0" from code header, as that doesn't match the
recommended code style for service files names.
fixes #29862
PR Close #30097
2019-05-06 09:19:36 -07:00
George Kalpakas
b70d20b510
fix(docs-infra): update app code to work with Ivy ( #28530 )
...
This commit also enables more tests to be run on CI with Ivy.
PR Close #28530
2019-05-01 16:38:32 -07:00
Brad Green
7ec8806dc5
docs: explicitly state purpose of components ( #29879 )
...
Current description is vague. I'd love to see this doc explicitly state that components are for reusable sets of UI features instead.
PR Close #29879
2019-05-01 13:38:13 -07:00
Igor Minar
e53cf81689
build(docs-infra): upgrade material and cdk to 8.0.0-rc.0 ( #30202 )
...
I bumped the payload size limits to reflect the current values - the changes have been insignificant.
PR Close #30202
2019-04-29 18:46:53 -07:00
Igor Minar
089fcbf369
build(docs-infra): upgrade framework and cli to 8.0.0-rc.2 ( #30202 )
...
Brings in small payload size fixes.
PR Close #30202
2019-04-29 18:46:53 -07:00
jenniferfell
28a1caa0ed
docs: add in-page nav, change title to match left nav better ( #30093 )
...
PR Close #30093
2019-04-29 13:23:14 -07:00
Judy Bogart
f015dbe1ba
docs: add architect terms ( #26963 )
...
PR Close #26963
2019-04-29 13:22:20 -07:00
Igor Minar
1195dabb84
build(docs-infra): update the aio app to framework and cli 8.0.0-rc.1 ( #30183 )
...
I updated the payload size limits as well. There still seem to be size regressions in the framework,
but at least the polyfills now uses the evergreen build of zones so we shaved off a few KB there.
PR Close #30183
2019-04-29 12:30:25 -07:00
Uday Vunnam
54d4105264
docs: update readme. sentence correction. ( #30136 )
...
PR Close #30136
2019-04-26 16:36:53 -07:00
George Kalpakas
582ef2e7b4
ci(docs-infra): split the `aio_monitoring` CircleCI job into two jobs ( #30110 )
...
Previously, the `aio_monitoring` job was testing both the stable
(https://angular.io/ ) and the @next (https://next.angular.io/ ) versions.
This commit splits the tests into two separate jobs (still run as part
of the same workflow). This speeds up the tests (since the two jobs can
now run in parallel) and makes it easier to isolate failures (e.g.
identify which branch is failing, disable one of the two, etc.).
(Credits to @petebacondarwin 😉 )
PR Close #30110
2019-04-26 16:33:45 -07:00
Suraj Poddar
8a60239ae7
docs(docs-infra): fix typo in workspace-config.md file ( #30108 )
...
Fixed typo in 'Project asset configuration' section inside workdspace-config.md
PR Close #30108
2019-04-26 16:33:03 -07:00
Vani
cce9b9912f
docs: update redirect links and fix typo ( #30092 )
...
PR Close #30092
2019-04-26 16:31:04 -07:00
Filipe Silva
876ceb3688
docs: remove note about ivy being coupled to dynamic import ( #30151 )
...
PR Close #30151
2019-04-26 11:08:51 -07:00
Max Kramer
933772ed69
docs(aio): clarify "next to" as "same directory" ( #30099 )
...
closes #29337
PR Close #30099
2019-04-25 17:20:29 -07:00
Peter Johan Salomonsen
6200732e23
feat(service-worker): support bypassing SW with specific header/query param ( #30010 )
...
Add support for bypassing the ServiceWorker for a request by using the
ngsw-bypass header or query parameter.
Fixes #21191
PR Close #30010
2019-04-25 13:09:44 -07:00
George Kalpakas
acaf1aa530
build(docs-infra): switch from no-op `no-jasmine-focus` tslint rule to `ban` ( #29926 )
...
The `no-jasmine-focus` rule has been removed from
`vrsource-tslint-rules` [since version 5.8.0][1] (theoretically;
practically it remained [until version 5.8.2][2]).
This commit removes the non-existent rule (and the obsolete dependency)
and uses tslint's `ban` rule instead (as recommended).
[1]: 477f622cb2 (diff-04c6e90faac2675aa89e2176d2eec7d8R162)
[2]: https://github.com/vrsource/vrsource-tslint-rules/pull/13#issuecomment-442053340
PR Close #29926
2019-04-25 12:32:49 -07:00
George Kalpakas
282167a37f
build(docs-infra): upgrade tslint to 5.15.0 and codelyzer to 5.0.0 ( #29926 )
...
This commit also changes the `tslint.json` config file to (reasonably
closely) match what the cli would generate for a new app.
PR Close #29926
2019-04-25 12:32:49 -07:00
George Kalpakas
eb85c8a742
build(docs-infra): make type-checking stricter by enabling `noImplicitAny` ( #29926 )
...
PR Close #29926
2019-04-25 12:32:49 -07:00
George Kalpakas
2002db28ff
build(docs-infra): remove obsolete `ie-polyfills.js` ( #29926 )
...
Now that defferential loading it supported by the cli, remove the
obsolete `ie-polyfills.js` (and associated dependencies).
All polyfills in `ie-polyfills.js` are now included in the
[polyfills-es5][1] bundle, except for `classlist.js`, that is only
needed in order to support `NgClass` on SVG elements, which we don't
use.
[1]: https://github.com/angular/angular-cli/blob/b95933a57/packages/angular_devkit/build_angular/src/angular-cli-files/models/es5-polyfills.js
PR Close #29926
2019-04-25 12:32:49 -07:00