Paul Gschwendtner
1d4dde2adc
ci(docs-infra): disable failing ivy jit systemjs examples ( #28984 )
...
As a side effect of 09b34bae8655d4251516655c317b150c46cd3653,
we fixed that the docs systemjs examples currently do not run
with Ivy in JIT mode. This now uncovered new failures with the JIT
resource loading. e.g.
```
zone.js:665 Unhandled Promise rejection: Component 'PhoneListComponent' is not resolved:
- templateUrl: ./phone-list.template.html
Did you run and wait for 'resolveComponentResources()'? ; Zone: <root> ; Task: Promise.then ; Value: Error: Component 'PhoneListComponent' is not resolved:
- templateUrl: ./phone-list.template.html
Did you run and wait for 'resolveComponentResources()'?
at Function.get (directive.ts:54)
at getComponentDef (definition.ts:648)
at verifyDeclarationsHaveDefinitions (module.ts:185)
at Array.forEach (<anonymous>)
at verifySemanticsOfNgModuleDef (module.ts:159)
at Function.get (module.ts:132)
at getInjectorDef (defs.ts:181)
at R3Injector.processInjectorType (r3_injector.ts:230)
at eval (r3_injector.ts:114)
at eval (r3_injector.ts:451) Error: Component 'PhoneListComponent' is not resolved:
```
We temporarily disable these two failing SystemJS examples by adding them to the
`fixmeIvyExamples` list.
PR Close #28984
2019-02-28 10:46:12 -08:00
Paul Gschwendtner
5874247494
build(docs-infra): examples should not run ngcc for all formats ( #28984 )
...
Currently when adding the example boilerplate to all
examples with Ivy enabled, we run Ngcc and transform
all found formats. This potentially slows down the build and
is not necessary as we only need the "fesm5" and "fesm2015" bundles.
PR Close #28984
2019-02-28 10:46:12 -08:00
Alex Rickabaugh
827e89cfc4
feat(ivy): support inline <style> and <link> tags in components ( #28997 )
...
Angular supports using <style> and <link> tags inline in component
templates, but previously such tags were not implemented within the ngtsc
compiler. This commit introduces that support.
FW-1069 #resolve
PR Close #28997
2019-02-27 11:56:40 -08:00
George Kalpakas
f16fca41d6
build(docs-infra): upgrade cli command docs sources to 3b1fe6437 ( #29003 )
...
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](c91579a2e...3b1fe6437
):
**Modified**
- help/generate.json
- help/new.json
PR Close #29003
2019-02-27 10:24:46 -08:00
Filipe Silva
f01247f0a4
docs: add ivy opt-in docs ( #28569 )
...
PR Close #28569
2019-02-26 08:42:47 -08:00
George Kalpakas
846c431eb7
docs: re-phrase note in architecture guide for clarity ( #28543 )
...
PR Close #28543
2019-02-26 08:39:16 -08:00
Author Name
1930e8a072
docs: add Leonardo Zizzamia to GDE resources ( #25935 )
...
PR Close #25935
2019-02-25 14:07:55 -08:00
Nikita Poltoratsky
7a11242388
docs: add Nebular to UI Components section in resources ( #28838 )
...
PR Close #28838
2019-02-25 12:54:57 -08:00
nchetankumar
65de0d6d0e
docs: modify the descendant spelling and remove multiple times parent's word ( #27886 )
...
PR Close #27886
2019-02-25 12:54:28 -08:00
Mikhail Tatsky
ef1b9e6d71
docs: add FancyGrid to resources page ( #28949 )
...
PR Close #28949
2019-02-25 10:23:33 -08:00
Camille Roux
65d3ddabf3
docs: add Human Coders trainings in resources.json ( #28840 )
...
PR Close #28840
2019-02-25 10:23:00 -08:00
softchris
0b8aad2ca0
docs: add ngVikings 2019 to events page ( #28501 )
...
PR Close #28501
2019-02-25 10:22:28 -08:00
Rick Katka
0071048cf9
docs: Updated TOH Heros documentation ( #28347 )
...
Updated the TOH Heros documentation to specify that the ng cli now generates 4 files
PR Close #28347
2019-02-25 10:21:44 -08:00
Filipe Silva
319ed5168a
ci: update aio lockfile ( #28935 )
...
PR Close #28935
2019-02-25 08:14:49 -08:00
Oscar Busk
6ccf743627
docs: clarify documentation about listening to progress events ( #28892 )
...
PR Close #28892
2019-02-22 10:50:43 -08:00
George Kalpakas
7c20bf8845
build(docs-infra): upgrade cli command docs sources to c91579a2e ( #28922 )
...
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](1631f7d62...c91579a2e
):
**Modified**
- help/build.json
**Removed**
- help/eject.json
Closes #28772
Closes #28795
Closes #28816
Closes #28859
Closes #28882
PR Close #28922
2019-02-22 09:52:50 -08:00
Daniel Ruf
1778bd3470
refactor: remove unused and duplicate CSS properties from styleguide examples ( #28252 )
...
PR Close #28252
2019-02-22 09:51:35 -08:00
Jeferson Duwe
cbfc1f238e
docs: fix ngSwitch example ( #28899 )
...
docs: fix ngSwitch example
remove the predix "app-" from the confuse emotion ngSwitchCase.
PR Close #28899
2019-02-22 08:54:00 -08:00
Igor Minar
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
Igor Minar
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
Igor Minar
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
Igor Minar
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
Kapunahele Wong
64e6aaa4f1
docs: edit resources description ( #28764 )
...
PR Close #28764
2019-02-21 12:34:05 -08:00
George Kalpakas
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
Sharon DiOrio
295a143ae0
docs: add Sharon DiOrio to contributors ( #28671 )
...
PR Close #28671
2019-02-19 16:15:00 -08:00
Juri Strumpflohner
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
Igor Minar
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
sis0k0
71e64e93e6
docs: add Stanimira Vlaeva to contributors ( #28500 )
...
PR Close #28500
2019-02-19 13:01:18 -08:00
Trevor Karjanis
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
George Kalpakas
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
Amadou Sall
af8d58cb51
docs: capitalize karma ( #28775 )
...
PR Close #28775
2019-02-19 12:36:21 -08:00
Nikita Potapenko
9e82cebe5b
docs: clarify behavior of dependency injection at root injector ( #28753 )
...
PR Close #28753
2019-02-19 12:33:48 -08:00
Jamie R. Rytlewski
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
Keilla Fernandes
0cc5804169
docs(aio): add Keilla Fernandes to GDE resources ( #28437 )
...
PR Close #28437
2019-02-19 11:24:14 -08:00
Sergej Grilborzer
980bb52d36
docs: warn that directives don't support namespaces ( #25855 )
...
PR Close #25855
2019-02-19 11:01:55 -08:00
Marc Laval
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
Marc Laval
1e6ed52cba
fix(docs-infra): all examples should get Ivy boilerplate ( #28757 )
...
PR Close #28757
2019-02-16 20:59:16 -08:00
George Kalpakas
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
Marc Laval
3842dd6a6d
fix(ivy): OnChanges should support updating one Input among many ( #28693 )
...
PR Close #28693
2019-02-13 19:15:44 -08:00
Kapunahele Wong
5cafd44654
fix(docs-infra): fix filtering in run-example-e2e.js ( #28663 )
...
PR Close #28663
2019-02-13 12:04:51 -08:00
SebastienBtr
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
Judy Bogart
644e7a28d8
docs: add di-related api doc ( #27731 )
...
PR Close #27731
2019-02-13 11:57:37 -08:00
Marc Laval
f8b9e61469
test(ivy): enable more docs examples e2e tests ( #28688 )
...
PR Close #28688
2019-02-13 09:53:13 -08:00
George Kalpakas
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
Brandon
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
Brandon
99e3a04ea2
ci(docs-infra): test docs examples with Ivy ( #28463 )
...
PR Close #28463
2019-02-11 17:16:52 +00:00
Judy Bogart
570f735a2a
docs: clarify library types integration ( #28410 )
...
PR Close #28410
2019-02-11 17:13:44 +00:00
Brandon
9ec8aa5eb7
docs: re-enable E2E tests for Http guide ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
Brandon
5f2ae784da
docs: run component-interaction and DI in JiT mode ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00
Brandon
0a95f8af9f
docs: add more files to be ignored during app compilation ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00