1184 Commits

Author SHA1 Message Date
Stephen Fluin
d4e6263453 docs: update simple stackblitz deployment instructions ()
PR Close 
2019-05-22 16:29:44 -07:00
Judy Bogart
2cd5294394 docs: add new cli builder api guide ()
PR Close 
2019-05-22 16:19:54 -07:00
jenniferfell
3c548189b1 docs: update node and typescript versions mentioned in docs ()
PR Close 
2019-05-22 16:17:41 -07:00
Judy Bogart
ae91f45b27 docs: update file structure and workspace config for v8 ()
PR Close 
2019-05-22 11:20:18 -07:00
jenniferfell
0f5da82cfd docs: deprecations summary fix api heading level, remove inject, add index by version ()
PR Close 
2019-05-21 13:51:26 -07:00
Sander Vanneste
7c0667d215 docs: delete double dashes on ng command in testing guide ()
Closes 

PR Close 
2019-05-21 13:12:47 -07:00
Stewart Rand
a50c1bb7bc docs: fix spelling of 'its' ()
PR Close 
2019-05-21 13:07:13 -07:00
Brandon
c9f5f3d802 docs: add section to upgrade guide on lazy loading AngularJS ()
PR Close 
2019-05-21 13:06:01 -07:00
Kara Erickson
a96976e88f fix(core): remove deprecated TestBed.deprecatedOverrideProvider API ()
BREAKING CHANGE

In PR , we fixed a bug in `TestBed.overrideProvider` where
eager providers were not being instantiated correctly. However,
it turned out that since this bug had been around for quite a bit,
many apps were relying on the broken behavior where the providers
would not be instantiated. To assist in the transition, the
`TestBed.deprecatedOverrideProvider` method was temporarily
introduced to mimic the old behavior so that apps would have a
longer time period to migrate their code.

2 years and 3 versions later, it is time to remove the temporary
method. This commit removes `TestBed.deprecatedOverrideProvider`
altogether. Any usages of `TestBed.deprecatedOverrideProvider`
should be replaced with `TestBed.overrideProvider`. This may mean
that providers that were not created before will now be instantiated,
which could mean that your tests need to provide more mocks or stubs
for the dependencies of the newly instantiated providers.

PR Close 
2019-05-21 12:37:17 -07:00
Brandon
e1af6e3c70 docs: use dynamic import syntax in examples using lazy loading ()
PR Close 
2019-05-21 09:09:35 -07:00
Manohar Reddy Poreddy
e946594bf8 docs: move instructions to see changes after the error is fixed in the tutorial ()
docs: List only appears after the error is fixed

When the error happens, the list is not displayed too. Once the error is removed, the heroes list appears, so we can click and see the details.

PR Close 
2019-05-21 09:03:49 -07:00
janith
c79bffaacb docs: remove gender prefixes from examples ()
PR Close 
2019-05-20 16:42:59 -07:00
Fux, Etienne
e58e5ec6a6 docs: improve consistency of style guide example ()
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 
2019-05-20 16:42:16 -07:00
Ben Lesh
d7eaae6f22 refactor(ivy): Move instructions back to ɵɵ ()
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 
2019-05-20 16:37:47 -07:00
jenniferfell
1c3ee41902 docs: move old quick start content into new local setup guide ()
PR Close 
2019-05-20 10:16:23 -07:00
Brandon Roberts
661a57d9e2 docs: update docs example dependencies to version 8 ()
PR Close 
2019-05-17 14:16:55 -07:00
Kamil Myśliwiec
9d5abfb3d9 docs: add kamil mysliwiec to GDE resources ()
PR Close 
2019-05-17 13:32:44 -07:00
Brandon
bf94932c7a docs: add link to location upgrade config ()
PR Close 
2019-05-16 11:47:16 -07:00
Brandon Roberts
f5127f601d docs: add section to upgrade guide on using the unified location service ()
The LocationUpgradeModule provides a unified way of handling URL updates
across AngularJS and Angular.

PR Close 
2019-05-16 11:47:16 -07:00
TwoDCube
79903b1842 docs: fix typo in animations doc ()
PR Close 
2019-05-15 14:26:11 -07:00
Piotr Tomiak
0051ddf0f3 docs: correct types in transform method to match specification. ()
PR Close 
2019-05-15 14:24:20 -07:00
Jimmy Kasprzak
3a8f74e392 docs: fix example "testing" app compilation ()
PR Close 
2019-05-15 14:12:22 -07:00
Vincent Guo
8555016eec docs: fix the payload in event-binding sample code ()
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 
2019-05-15 14:12:02 -07:00
Ben Lesh
cf86ed7b29 refactor(ivy): migrate ɵɵ prefix back to Δ ()
Now that issues are resolved with Closure compiler, we can move back to our desired prefix of `Δ`.

PR Close 
2019-05-14 16:52:15 -07:00
Judy Bogart
f9fb921f91 docs: update ivy preview page ()
PR Close 
2019-05-14 12:17:26 -07:00
D3T0N8R
877b2285f9 docs: change reference to jQuery programmers ()
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 
2019-05-13 10:49:26 -07:00
dsychin
44cf981407 docs: remove mention of chrome 41 from differential loading ()
PR Close 
2019-05-10 11:55:12 -07:00
alimemonzx
d750b1e10d docs: fix filename in example headers for provider guides ()
PR Close 
2019-05-09 11:27:00 -07:00
Alan Agius
f26f036286 docs: remove reference to e2e applications ()
This is no longer applicable in angular version 8.

PR Close 
2019-05-09 11:23:05 -07:00
陈旭10045812
3b551e0fcd docs(aio): add awade jigsaw into resources ()
PR Close 
2019-05-07 13:13:22 -07:00
arjunyel
4f055d4257 refactor: remove tslint no-use-before-declare rule ()
PR Close 
2019-05-07 10:25:36 -07:00
Richard Lea
d6538eb2fd docs: fix naming miss and improve anchor reference in router guide ()
Signed-off-by: Richard Lea <chigix@zoho.com>

PR Close 
2019-05-06 11:48:05 -07:00
Kapunahele Wong
0926119977 docs: add explanation on what lazy loading is ()
PR Close 
2019-05-06 10:16:58 -07:00
Raja Rama Mohan Thavalam
bf73fb7420 docs: update Wikipedia link to Polyfill description ()
PR Close 
2019-05-06 09:20:14 -07:00
Max Kramer
1ec092ba32 docs: fix example header in singleton services guide to match styleguide ()
Removes the ".0" from code header, as that doesn't match the
recommended code style for service files names.

fixes 

PR Close 
2019-05-06 09:19:36 -07:00
Brad Green
7ec8806dc5 docs: explicitly state purpose of components ()
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 
2019-05-01 13:38:13 -07:00
jenniferfell
28a1caa0ed docs: add in-page nav, change title to match left nav better ()
PR Close 
2019-04-29 13:23:14 -07:00
Judy Bogart
f015dbe1ba docs: add architect terms ()
PR Close 
2019-04-29 13:22:20 -07:00
Uday Vunnam
54d4105264 docs: update readme. sentence correction. ()
PR Close 
2019-04-26 16:36:53 -07:00
Suraj Poddar
8a60239ae7 docs(docs-infra): fix typo in workspace-config.md file ()
Fixed typo in 'Project asset configuration' section inside workdspace-config.md

PR Close 
2019-04-26 16:33:03 -07:00
Filipe Silva
876ceb3688 docs: remove note about ivy being coupled to dynamic import ()
PR Close 
2019-04-26 11:08:51 -07:00
Max Kramer
933772ed69 docs(aio): clarify "next to" as "same directory" ()
closes 
PR Close 
2019-04-25 17:20:29 -07:00
Peter Johan Salomonsen
6200732e23 feat(service-worker): support bypassing SW with specific header/query param ()
Add support for bypassing the ServiceWorker for a request by using the
ngsw-bypass header or query parameter.

Fixes 

PR Close 
2019-04-25 13:09:44 -07:00
George Kalpakas
282167a37f build(docs-infra): upgrade tslint to 5.15.0 and codelyzer to 5.0.0 ()
This commit also changes the `tslint.json` config file to (reasonably
closely) match what the cli would generate for a new app.

PR Close 
2019-04-25 12:32:49 -07:00
George Kalpakas
8f120aff33 refactor(service-worker): DRY up SW registration logic ()
PR Close 
2019-04-25 12:29:58 -07:00
JiaLi.Passion
4cfba58072 feat(service-worker): allow configuring when the SW is registered ()
Fixes 

PR Close 
2019-04-25 12:29:58 -07:00
George Kalpakas
2dc4e8801c ci(docs-infra): loosen conditions to reduce flakiness on CI ()
The exact messages depend on the timing of several events and may vary
between runs. This occasionally causes flakes on CI.
This commit reduces the risk of flakes by loosen the conditions to only
check for what we actually care about.

Fixes 

PR Close 
2019-04-25 10:58:12 -07:00
George Kalpakas
9914998e76 ci(docs-infra): wait for conditions to reduce flakiness on CI ()
PR Close 
2019-04-25 10:58:12 -07:00
George Kalpakas
00866186a7 refactor(docs-infra): switch from promises to async/await in tests ()
PR Close 
2019-04-25 10:58:12 -07:00
jenniferfell
9e85d7ff0b docs: fix link from release info to deprecations ()
PR Close 
2019-04-25 10:55:43 -07:00