1728 Commits

Author SHA1 Message Date
Sachin Grover
843b3a2197 docs: missing item variable in structural directives example ()
PR Close 
PR Close 
2020-02-07 11:32:37 -08:00
Oleg Teterin
79742a397f fix(docs-infra): fix parameters with @Optional() decorator do not match declared, optional type ()
PR Close 
2020-02-07 09:58:31 -08:00
David Shevitz
5b80e944be docs: Minor updates to Updating to Angular version 9 topic ()
PR Close 
2020-02-07 09:57:56 -08:00
Schneider
53193c9779 docs: fix typo in glossary ()
PR Close 
2020-02-07 09:57:25 -08:00
Misko Hevery
16eb691e7f docs(ivy): add anchor-node insert before/after difference ()
PR Close 
2020-02-07 09:56:37 -08:00
JiaLiPassion
dc5ac88a19 docs: fix wrong link of tick() ()
PR Close 
2020-02-06 15:35:50 -08:00
Sonu Kapoor
10ad984334 docs: Clarifies code section is a continuation from the section above ()
PR Close 
2020-02-06 15:31:41 -08:00
Stephen Fluin
532ccb647c docs: remove the release schedule from docs ()
Removing for now, since the info is stale, and we need to determine how to adjust the schedule due to the unexpected and significant version 9 delay.

PR Close 
2020-02-06 14:29:21 -08:00
Igor Minar
ba0cdd3010 feat(docs-infra): add v8 to the version picker in the navbar ()
The v8.angular.io should be ready shortly.

PR Close 
2020-02-06 14:28:08 -08:00
Igor Minar
86db592b5c docs(ivy): add a not about compile-time constants to the ivy compatibility guide ()
PR Close 
2020-02-06 13:53:50 -08:00
Kara Erickson
c286fbb9dc docs(ivy): add size debugging section ()
PR Close 
2020-02-06 09:34:36 -08:00
Kara Erickson
7526ef77b7 docs(ivy): add docs for styling priority order ()
PR Close 
2020-02-06 09:33:28 -08:00
Kara Erickson
4e9d62ff81 docs(ivy): update style binding docs to v9 behavior ()
PR Close 
2020-02-06 09:33:28 -08:00
Kara Erickson
a08f6d9795 docs(ivy): clean up class binding docs and update to v9 behavior ()
PR Close 
2020-02-06 09:33:28 -08:00
Kara Erickson
4fc2678438 docs(ivy): document breaking change with host attribute priority ()
PR Close 
2020-02-05 18:22:16 -08:00
Sasha Rudan
1f6da8c7d5 docs: fix typo in router animation ()
`output directive` should be written: `outlet directive`

PR Close 
2020-02-04 15:58:26 -08:00
Joey Perrott
960e5e25e5 docs(animations): increase wait time for status-slider animation ()
Because the animation completes in 2000ms, and browser.wait checks
every 100ms, there can be a race condition of if the final state has
actually been reached to read the color. By moving to 2101ms, we ensure
that we cheack after the 2000ms of the animation has completed.

PR Close 
2020-02-04 15:57:37 -08:00
Sonu Kapoor
7fb66eca25 docs: changes AoT to AOT for consistency ()
PR Close 
2020-02-04 10:43:33 -08:00
Stephen Fluin
e6cb60ee22 docs: update typescript version reference ()
PR Close 
2020-02-04 10:22:48 -08:00
Kapunahele Wong
7369dd6f24 docs: fix animations example/remove 1st person ()
Fixes  and removes first person from transitions-triggers.md

PR Close 
2020-02-04 08:58:04 -08:00
Judy Bogart
0e3eeb4e71 docs: restructure nav for beginner concepts ()
PR Close 
2020-02-04 08:57:31 -08:00
陈旭
6b710f7ae1 docs: update awade jigsaw's web site url of the resources ()
PR Close 
2020-01-31 11:25:57 -08:00
Kapunahele Wong
d72cfc9d57 docs: remove deployment section on golang because of errors ()
The golang section was recently added to the deployment guide
but has been reported as returning errors, where it had previously
worked. After discussion and testing with
Stephen Fluin, we are removing this section because of
inconsistency in functionality.

PR Close 
2020-01-30 10:20:19 -08:00
Stephen Fluin
a892054448 docs: remove named node version ()
PR Close 
2020-01-29 13:10:26 -08:00
Judy Bogart
3822455928 docs: modify toh titles and intro ()
PR Close 
2020-01-29 12:11:07 -08:00
frosty
8fd2a97c44 docs: ng-conf 2020 date change ()
Update the range of dates where ng-conf will appear on angular.io.

PR Close 
2020-01-29 10:52:38 -08:00
ajitsinghkaler
a5a598104f docs: change p to pointer for better understanding ()
earlier p sigly was used to define a paragraph element which was not clear what we want to refer changed it to paragrapg element for better understanding

Fixes 

PR Close 
2020-01-28 13:04:25 -08:00
Alan Agius
36ff0dba1c docs: add link to publish a library in ivy guide ()
PR Close 
2020-01-27 10:50:52 -08:00
Turtuvshin Byambaa
c485c8a8c0 docs(core): fix typo in hierarchical injectors doc ()
Fixes 

PR Close 
2020-01-27 10:50:07 -08:00
Igor Minar
0a1af2ff36 docs: drop support for Android Marshmallow and older Android versions ()
We no longer test against these.

PR Close 
2020-01-27 10:46:26 -08:00
philonor
53b7bbf3ff docs: update Android versions ()
Include Android versions 8, 9 and 10 in supported browsers.

PR Close 
2020-01-27 10:46:26 -08:00
Alex Rickabaugh
0c8d085666 fix(ivy): use any for generic context checks when !strictTemplates ()
Previously, the template type-checker would always construct a generic
template context type with correct bounds, even when strictTemplates was
disabled. This meant that type-checking of expressions involving that type
was stricter than View Engine.

This commit introduces a 'strictContextGenerics' flag which behaves
similarly to other 'strictTemplates' flags, and switches the inference of
generic type parameters on the component context based on the value of this
flag.

PR Close 
2020-01-23 10:31:48 -08:00
Aravind
1be5b69174 docs: fix typo on router guide ()
closes 
PR Close 
2020-01-22 14:32:56 -08:00
Sonu Kapoor
f49b45832c build(docs-infra): always specify a landing file for StackBlitz projects ()
The StackBlitz API (which we use to generate StackBlitz projects on the
fly, when a user clicks on a live example link in the docs) allows
specifying the file to open in the editor by passing a query param. If
no file is specified, StackBlitz opens a default one. In the past, it
used to be `main.ts` and nowadays it seems to be `app.component.ts`.

StackBlitz builder, the tool that we use to generate the StackBlitz
projects, allows specifying the primary file by setting the `file`
property in the corresponding `stackblitz.json`.

Previously, if the `file` property was not set, StackBlitz builder would
not specify a file, thus falling back on StackBlitz's default behavior.
This was not great, because the default behavior may change unexpectedly
is the future to something that is less useful for our users.

This commit change StackBlitz builder to always specify a primary file.
If no file is specified in `stackblitz.json`, the builder will look
for the first file that exists in the example from a list of predefined
files.

Partially addresses .

PR Close 
2020-01-22 13:45:23 -08:00
Judy Bogart
13ce3756c2 docs: add differential loading term to glossary ()
PR Close 
2020-01-22 13:37:35 -08:00
ajitsinghkaler
61ad50d40a docs: add message on click of hero in toh-4 ()
First we used a messages array to display messages toh-4 but it dsplayed only one message added additional messages on click of a hero

Fixes 

PR Close 
2020-01-22 14:42:55 -05:00
Sonu Kapoor
e7cf37d99f docs: clarify where the async utility function is coming from ()
inside the `beforeEach` for out testing guide.

Fixes 

PR Close 
2020-01-22 14:40:17 -05:00
Sonu Kapoor
def4127bf1 fix(docs-infra): convert hard-coded comparing-observables examples into a proper mini-app ()
Previously, the examples in the `comparing-observables` guide were hard-coded.
This made it impossible to test them and verify they are correct.

This commit fixes this by converting them into a proper mini-app. In a
subsequent commit, tests will be added to verify that the source code
works as expected (and guard against regressions).

Fixes 

PR Close 
2020-01-21 13:14:46 -05:00
Sonu Kapoor
15ae924035 fix(docs-infra): convert hard-coded cli-builder examples into a proper mini-app ()
Previously, the examples in the `cli-builder` guide were hard-coded.
This made it impossible to test them and verify they are correct.

This commit fixes this by converting them into a proper mini-app. In a
subsequent commit, tests will be added to verify that the source code
works as expected (and guard against regressions).

Fixes 

PR Close 
2020-01-21 13:12:18 -05:00
Kristina Gocheva
b04c3cce09 docs: fix logging upon search in example tutorial ()
When no errors are thrown but empty array is returned we should log different message.

PR Close 
2020-01-21 13:08:15 -05:00
ajitsinghkaler
fae5c521d8 docs: change docs for get request return object type checking ()
earlier in the docs it was told that adding typescript's type checking make json response typed so changed docs to say that it adds all typescipt capabilities during compile time

Fixes 

PR Close 
2020-01-21 13:03:31 -05:00
ajitsinghkaler
4dbc871169 docs(core): fix typo in dependency injection guide (interactive --> interacting) ()
Fixes 

PR Close 
2020-01-21 13:03:04 -05:00
ajitsinghkaler
2694a3b734 docs(core): add missing quote in dependency injection provider guide ()
Add closing double quote in HTML `class` attribute in dependency
injection provider guide.

Fixes 

PR Close 
2020-01-21 13:02:29 -05:00
Pete Bacon Darwin
3102dc8344 docs: do not add auto-code-links to observables example ()
Fixes 

PR Close 
2020-01-16 12:06:25 -05:00
Filipe Silva
f5a4de7428 test(docs-infra): compile only app for examples with no e2e ()
With TS 3.7, these examples were running into the error below (e.g. on https://circleci.com/gh/angular/angular/574906#tests/containers/0):

```
============== AIO example output for: /home/circleci/ng/aio/content/examples/observables/
running: yarn tsc --project ./
$ /home/circleci/ng/aio/content/examples/observables/node_modules/.bin/tsc --project ./
../../../tools/examples/shared/node_modules/protractor/built/index.d.ts(5,10): error TS2440: Import declaration conflicts with local declaration of 'PluginConfig'.
../../../tools/examples/shared/node_modules/protractor/built/index.d.ts(5,24): error TS2440: Import declaration conflicts with local declaration of 'ProtractorPlugin'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
completed: yarn tsc --project ./
```

This happened because of https://github.com/angular/protractor/issues/5348.

It's unclear why this typings problem does not affect `ng e2e` runs, and only affects `tsc` runs.

For now it seems sensible to alter the tests to compile only the app and not the e2e, since the intent of 2cc954d5a5 was never to verify the correctness of the e2e in the first place.

We still need a release of protractor that supports TS 3.7 though, but at least it doesn't seem to block our update proper.

PR Close 
2020-01-14 16:42:22 -08:00
George Kalpakas
d863526ca9 docs: replace non-breaking with regular spaces in resources.json ()
By using non-breaking spaces, the description of Amexio UI components
was overflowing its container in the "Resources" page.

PR Close 
2020-01-14 13:33:25 -08:00
GavinMK
ec147bd839 docs: remove old contributors ()
PR Close 
2020-01-14 10:28:24 -08:00
GavinMK
fa63c2160c docs: update Alex Eagle and Wassim Chegham collaborator status ()
PR Close 
2020-01-14 10:28:23 -08:00
GavinMK
b188b8c3ba docs: add Manu Murthy to Angular team ()
PR Close 
2020-01-14 10:28:23 -08:00
GavinMK
3fada8d100 docs: add Andrew Scott to Angular team ()
PR Close 
2020-01-14 10:28:23 -08:00