5 Commits

Author SHA1 Message Date
George Kalpakas
d707124fd9 test(docs-infra): fix unit tests and run them for specific docs examples on CI ()
Previously, only e2e tests were run for docs examples on CI. As a
result, unit tests (which are included in the zipped archives we provide
for users to download and play with the examples locally) were often
outdated and broken.

This commit configures specific docs examples that have meaningful unit
tests to run them on CI (via the `run-example-e2e.js` script). Where
necessary, the unit tests are fixed to ensure they pass and reflect the
changes in the corresponding component/service.
This commit also removes some auto-generated unit tests that are not
meaningful (e.g. make trivial assertions, such that a component instance
is truthy) and are often broken anyway (e.g. because the corresponding
component has been changed in ways that make the tests fail).

PR Close 
2020-04-06 15:31:07 -07:00
George Kalpakas
fc325c49ec build(docs-infra): update project structure to cli@9 3/12 (title in a h1 tag) ()
Make test description less implementation specific.

PR Close 
2020-03-18 10:00:01 -07:00
George Kalpakas
a8e936791b build(docs-infra): update project structure to cli@9 2/12 (fixture.debugElement.componentInstance) ()
`fixture.debugElement.componentInstance` --> `fixture.componentInstance`

PR Close 
2020-03-18 10:00:01 -07:00
crisbeto
9d54679e66 test: clean up explicit dynamic query usages ()
Cleans up all the places where we explicitly set `static: false` on queries.

PR Close 
2019-10-17 16:10:10 -04:00
Kapunahele Wong
bb4e230eae docs: rewrite binding-syntax section in template-syntax.md ()
PR Close 
2019-06-14 10:25:06 -07:00