angular-cn/aio/content/examples
Filipe Silva f5a4de7428 test(docs-infra): compile only app for examples with no e2e (#33717)
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 #33717
2020-01-14 16:42:22 -08:00
..
accessibility docs: port accessibility app from stackblitz to aio (#32377) 2019-09-10 13:11:48 -04:00
ajs-quick-reference docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
animations docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
architecture docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
attribute-binding docs: rewrite attribute binding section and add example (#26004) 2019-06-14 12:21:28 -07:00
attribute-directives ci(docs-infra): increase waiting time to reduce flakiness on CI (#31408) 2019-07-09 09:35:54 -07:00
binding-syntax test: clean up explicit dynamic query usages (#33015) 2019-10-17 16:10:10 -04:00
bootstrapping docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
built-in-directives docs: include svg files in stackblitz and download examples (#31559) 2019-07-15 16:48:23 -04:00
built-in-template-functions docs: edit $any() section and add example in Template Syntax (#28157) 2019-03-19 13:19:17 -04:00
component-interaction docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
component-styles docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
dependency-injection docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
dependency-injection-in-action docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
displaying-data docs: rename component for constructor example (#30845) 2019-06-04 11:52:57 -07:00
docs-style-guide docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
dynamic-component-loader docs: use const in dynamic-component-loader example (#30888) 2019-06-11 14:20:00 -07:00
dynamic-form docs: updated dynamic forms example (#31510) 2019-11-15 16:16:45 -08:00
elements docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
event-binding docs(core): fix typo in event-binding code example (#31611) 2019-07-17 13:26:48 -04:00
feature-modules docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
form-validation docs(forms): Update catchError to return an `observable` (#34357) 2019-12-11 13:19:57 -08:00
forms docs: removed unused pull-left classes from hero form component (#26178) 2018-11-09 10:23:17 -08:00
forms-overview docs: remove unused properties from forms overview example (#25663) 2018-09-25 18:48:15 -07:00
getting-started docs: copy edit getting started step 4 (#32839) 2020-01-06 10:59:37 -08:00
getting-started-v0 docs: add new getting started guide (#27684) 2019-03-29 10:47:37 -07:00
hierarchical-dependency-injection docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
http fix(docs-infra): fix StackBlitz and zipped `http` examples (#33941) 2019-11-20 14:44:31 -08:00
i18n docs: initial Ivy i18n guide updates (#33762) 2019-11-25 14:12:18 -05:00
inputs-outputs docs: rewrite inputs/outputs section of Template Syntax (#27685) 2019-06-14 11:53:13 -07:00
interpolation docs: edit $any() section and add example in Template Syntax (#28157) 2019-03-19 13:19:17 -04:00
lazy-loading-ngmodules docs: replace lazy loading import syntax parameter name (#34599) 2020-01-07 10:44:12 -08:00
lifecycle-hooks test: clean up explicit dynamic query usages (#33015) 2019-10-17 16:10:10 -04:00
ngcontainer docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
ngmodule-faq/src/app docs: remove coremodule references (#28434) 2019-03-29 10:29:51 -07:00
ngmodules docs: replace lazy loading import syntax parameter name (#34599) 2020-01-07 10:44:12 -08:00
observables test(docs-infra): compile only app for examples with no e2e (#33717) 2020-01-14 16:42:22 -08:00
observables-in-angular test(docs-infra): compile only app for examples with no e2e (#33717) 2020-01-14 16:42:22 -08:00
pipes docs: correct types in transform method to match specification. (#29812) 2019-05-15 14:24:20 -07:00
practical-observable-usage test(docs-infra): compile only app for examples with no e2e (#33717) 2020-01-14 16:42:22 -08:00
property-binding docs: replace from class hero to interface with accordance with # 344022 (#34294) 2020-01-13 07:25:19 -08:00
providers docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
providers-viewproviders docs: edit copy and example in hierarchical injectors guide (#32501) 2019-09-06 18:28:42 -04:00
reactive-forms docs: fix typo in sample (#33984) 2019-11-26 16:37:17 -05:00
resolution-modifiers docs: clarify hierarchical injectors (#28700) 2019-08-15 12:43:51 -07:00
router docs: replace lazy loading import syntax parameter name (#34599) 2020-01-07 10:44:12 -08:00
rx-library test(docs-infra): compile only app for examples with no e2e (#33717) 2020-01-14 16:42:22 -08:00
schematics-for-libraries refactor(core): Migrate TestBed.get to TestBed.inject (#32382) 2019-09-09 19:10:54 -04:00
security test(core): fix security example e2e test (#26777) 2018-10-26 12:31:49 -04:00
service-worker-getting-started docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
set-document-title docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
setup build(docs-infra): remove unused StackBlitz/ZIP configurations for `setup` example (#31937) 2019-08-05 09:54:52 -07:00
structural-directives docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
styleguide docs: edit EventEmitter name in styleguide (#33923) 2019-11-25 18:40:51 -05:00
template-expression-operators docs: edit and add example for Template Expression Operators section of Template Syntax (#28087) 2019-06-14 11:53:50 -07:00
template-reference-variables test: clean up explicit dynamic query usages (#33015) 2019-10-17 16:10:10 -04:00
template-syntax test: clean up explicit dynamic query usages (#33015) 2019-10-17 16:10:10 -04:00
testing docs: replace lazy loading import syntax parameter name (#34599) 2020-01-07 10:44:12 -08:00
toh-pt0 docs: increase color contrast on elements in tutorial 2019-05-31 15:23:32 -07:00
toh-pt1 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
toh-pt2 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
toh-pt3 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
toh-pt4 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
toh-pt5 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
toh-pt6 docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
two-way-binding docs: add example and edit two-way-binding section of Template Syntax (#26278) 2019-06-14 11:50:03 -07:00
universal docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
upgrade-lazy-load-ajs docs: add tests for lazy loading angularjs example (#30622) 2019-06-28 09:26:49 -07:00
upgrade-module docs: migrate examples from @angular/http to @angular/common/http (#28296) 2019-03-11 10:52:17 -07:00
upgrade-phonecat-1-typescript feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
upgrade-phonecat-2-hybrid feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
upgrade-phonecat-3-final feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
user-input docs(docs-infra): use recommended type assertion (#31042) 2019-10-02 13:25:39 -07:00
visual-studio-2015 feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
.gitignore docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
tsconfig.json build(aio): give intellisense to the examples 2017-04-15 22:15:54 +01:00
tslint.json refactor: remove tslint no-use-before-declare rule (#30288) 2019-05-07 10:25:36 -07:00