599e2e22bc
feat(docs-infra): add meta[name]=Description to angular.io's index.html ( #28916 )
...
This change makes angular.io more user and SEO friendly according to web.dev.
See: https://web.dev/discoverable/write-descriptive-text
PR Close #28916
2019-02-21 23:27:26 -08:00
2df2168c0a
fix(docs-infra): add [lang] attribute to index.html of angular.io ( #28916 )
...
It's the right thing to do, and improves accessiblity.
See: https://dequeuniversity.com/rules/axe/3.1/html-has-lang?application=lighthouse
PR Close #28916
2019-02-21 23:27:25 -08:00
8043db570f
fix(docs-infra): set the default html title to 'Angular' ( #28916 )
...
This removes the annoying flicker while the app is loading.
Also: it's just Angular.
PR Close #28916
2019-02-21 23:27:25 -08:00
de036d29e3
style(docs-infra): reformat using vscode html formatter ( #28916 )
...
Makes it easier to keep on editing and reformatting the file.
PR Close #28916
2019-02-21 23:27:25 -08:00
64e6aaa4f1
docs: edit resources description ( #28764 )
...
PR Close #28764
2019-02-21 12:34:05 -08:00
04ae1251c7
fix(docs-infra): prevent extra space at the bottom of the page in Chrome ( #28864 )
...
The supposedly visually hidden `mat-icon` creates unnecessary space at
the bottom of the page (below the footer) in recent Chrome versions.
This didn't happen before and it still doesn't happen in other browsers
(Firefox, Edge, IE).
This commit fixes it by wrapping the icon in a visually hidden `div`
container, which doesn't have other styles (such as `mat-icon` does)
that could affect the layout of the page.
Fixes #28858
PR Close #28864
2019-02-20 09:20:37 -08:00
295a143ae0
docs: add Sharon DiOrio to contributors ( #28671 )
...
PR Close #28671
2019-02-19 16:15:00 -08:00
ae16378ee7
docs: fix wrong filename in text ( #28832 )
...
This should be `ngsw.json` not `ngsw-config.json` as the latter is only the src file that gets then compiled into the `ngsw.json` and placed into the `dist` folder
PR Close #28832
2019-02-19 13:34:09 -08:00
73b9cd75b9
style: reformat aio/content/marketing/contributors.json with clang-format ( #28500 )
...
without this change, it's difficult to edit this file for anyone who has IDE configured for angular/angular development.
PR Close #28500
2019-02-19 13:01:18 -08:00
71e64e93e6
docs: add Stanimira Vlaeva to contributors ( #28500 )
...
PR Close #28500
2019-02-19 13:01:18 -08:00
d8ae8993d8
docs(common): fix a typo in a debounce requests example header ( #28829 )
...
Remove the extra parenthesis from a debounce requests example.
There are no associated issues.
PR Close #28829
2019-02-19 12:59:20 -08:00
80c7aff5cc
build(docs-infra): improve caching configuration for Firebase hosting ( #28785 )
...
This will hopefully improve(/fix?) the errors discussed in #28114 .
See there for a more detailed discussion.
PR Close #28785
2019-02-19 12:38:50 -08:00
af8d58cb51
docs: capitalize karma ( #28775 )
...
PR Close #28775
2019-02-19 12:36:21 -08:00
9e82cebe5b
docs: clarify behavior of dependency injection at root injector ( #28753 )
...
PR Close #28753
2019-02-19 12:33:48 -08:00
a17fd43fd5
docs: display the beginning label in interpolation guide example ( #28602 )
...
Updating the doc to add the beginning label.
I'm not sure if this was the way it was intended, but it looked strange with just an ending </label> tag.
PR Close #28602
2019-02-19 12:24:45 -08:00
0cc5804169
docs(aio): add Keilla Fernandes to GDE resources ( #28437 )
...
PR Close #28437
2019-02-19 11:24:14 -08:00
980bb52d36
docs: warn that directives don't support namespaces ( #25855 )
...
PR Close #25855
2019-02-19 11:01:55 -08:00
3c7ce823a3
test(ivy): add root cause for failing component-styles docs e2e tests ( #28760 )
...
PR Close #28760
2019-02-16 21:00:08 -08:00
1e6ed52cba
fix(docs-infra): all examples should get Ivy boilerplate ( #28757 )
...
PR Close #28757
2019-02-16 20:59:16 -08:00
b41da03f00
build(docs-infra): upgrade cli command docs sources to 1631f7d62 ( #28727 )
...
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](ba5120d18...1631f7d62
):
**Modified**
- help/build.json
PR Close #28727
2019-02-14 19:22:53 +00:00
3842dd6a6d
fix(ivy): OnChanges should support updating one Input among many ( #28693 )
...
PR Close #28693
2019-02-13 19:15:44 -08:00
5cafd44654
fix(docs-infra): fix filtering in run-example-e2e.js ( #28663 )
...
PR Close #28663
2019-02-13 12:04:51 -08:00
cb0a8b566f
docs(router): change slideInDownAnimation into slideInAnimation ( #28640 )
...
In the Routing & Navigation there is a typo - slideInDownAnimation, but it should be slideInAnimation
PR Close #28572
PR Close #28640
2019-02-13 12:03:45 -08:00
644e7a28d8
docs: add di-related api doc ( #27731 )
...
PR Close #27731
2019-02-13 11:57:37 -08:00
f8b9e61469
test(ivy): enable more docs examples e2e tests ( #28688 )
...
PR Close #28688
2019-02-13 09:53:13 -08:00
2ca77da4ca
build(docs-infra): upgrade cli command docs sources to ba5120d18 ( #28629 )
...
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](e758c4174...ba5120d18
):
**Modified**
- help/e2e.json
PR Close #28629
2019-02-11 14:51:49 -08:00
1e64f37257
fix(docs-infra): add progression files to exclude list for docs examples ( #28650 )
...
Also disables Http guide under Ivy tests with documented error
PR Close #28650
2019-02-11 13:26:39 -08:00
99e3a04ea2
ci(docs-infra): test docs examples with Ivy ( #28463 )
...
PR Close #28463
2019-02-11 17:16:52 +00:00
570f735a2a
docs: clarify library types integration ( #28410 )
...
PR Close #28410
2019-02-11 17:13:44 +00:00
9ec8aa5eb7
docs: re-enable E2E tests for Http guide ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
5f2ae784da
docs: run component-interaction and DI in JiT mode ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
0a95f8af9f
docs: add more files to be ignored during app compilation ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
531aa5f8db
docs: make method arguments optional in template syntax example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
bfee33edb9
docs: remove unused files in styleguide example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
1941d7c743
docs: ignore initial components for app compilation in router example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
21b5940abd
docs: ignore files from app compilation for ngmodule-faq example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
2852beaded
docs: make method arguments optional for event-binding example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
206a21704d
docs: ignore component for app compilation for displaying data example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
46e6363686
docs: add insert remove component to AppModule for animations example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
457e07ccb1
docs: make toggleImage arguments optional in AngularJS quick reference ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
05a14f8a8b
docs: make parent finder functions compatible with AoT ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
19f13b1ad4
docs: remove unused StringSafeDatePipe from AngularJS Quick Ref example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
d29f781685
docs: ignore progression filenames from compilation ( #28592 )
...
PR Close #28592
2019-02-11 17:09:24 +00:00
0770978dfb
docs: enable E2E test for setup example ( #28592 )
...
This guide is not being shown publicly, and its test is currently being ignored.
Instead of deleting this test and guide, it may be repurposed in the future for a local development guide.
PR Close #28592
2019-02-11 17:09:24 +00:00
863dbeeb7c
docs: remove quickstart example and copy tsconfig.1.json into TS config guide ( #28592 )
...
This example has long been replaced by the cli-quickstart, but was never deleted.
PR Close #28592
2019-02-11 17:09:24 +00:00
425e0ee416
ci(docs-infra): run docs examples tests in production mode ( #28592 )
...
PR Close #28592
2019-02-11 17:09:23 +00:00
2c00cb8f0f
docs(core): fixed code snippets ( #28619 )
...
PR Close #28619
2019-02-08 09:27:23 -08:00
d91ea2c499
docs(core): fixed typo ( #28618 )
...
PR Close #28618
2019-02-08 09:19:39 -08:00
faf0b255d0
docs(aio): add Happy Angular Podcast to resources ( #28407 )
...
PR Close #28407
2019-02-07 21:57:07 -08:00
3de06dd794
build(docs-infra): use pinned dependencies when possible in ng-packages-installer
( #28510 )
...
Previously, `ng-packages-installer` would replace the version ranges for
all dependencies that were peer dependencies of an Angular package with
the version range used in the Angular package. This effectively meant
that the pinned version (from `yarn.lock`) for that dependency was
ignored (even if the pinned version satisfied the new version range).
This commit reduces non-determinism in CI jobs using the locally built
Angular packages by always using pinned versions of dependencies for
Angular package peer dependencies if possible.
For example, assuming the following versions for the RxJS dependency:
- **aio/package.json**: `rxjs: ^6.3.0`
- **aio/yarn.lock**: `rxjs@^6.3.0: 6.3.3`
- **@angular/core#peerDependencies**: `rxjs: ^6.0.0`
...the following versions would be used with `ng-packages-installer`:
- Before this commit:
- **aio/package.json**: `rxjs: ^6.0.0`
- **node_modules/rxjs/**: `6.4.0` (latest version satisfying `^6.0.0`)
- After this commit:
- **aio/package.json**: `rxjs: ^6.3.0`
- **node_modules/rxjs/**: `6.3.3` (because it satisfies `^6.0.0`)
PR Close #28510
2019-02-06 21:23:02 -08:00