9 Commits

Author SHA1 Message Date
mgechev
9e6b3cffea docs: update homepage headline ()
Reviving @stephenfluin's PR https://github.com/angular/angular/pull/37517

PR Close 
2021-01-06 07:02:30 -08:00
George Kalpakas
18110a8ab0 build(docs-infra): update @angular/* and @angular/cli to 11.0.0-rc.2 ()
This commit updates `@angular/*` and `@angular/cli` (and related
packages) to version 11.0.0-rc.2. Apart from the automatic migrations,
this commit also tries to align `aio/` with new apps generated by the
latest CLI. (See [here][1] for a diff between a v10.1.3 and a
v11.0.0-rc.2 CLI app.)

[1]: https://github.com/cexbrayat/angular-cli-diff/compare/10.1.3...11.0.0-rc.2

PR Close 
2020-11-18 15:49:15 -08:00
jenniferfell
1c3ee41902 docs: move old quick start content into new local setup guide ()
PR Close 
2019-05-20 10:16:23 -07:00
George Kalpakas
eb85c8a742 build(docs-infra): make type-checking stricter by enabling noImplicitAny ()
PR Close 
2019-04-25 12:32:49 -07:00
George Kalpakas
6e949f9e98 test(docs-infra): unregister the SW after each test ()
This ensures that the SW is cleaned up, even in cases where
synchronization is disabled (and thus the clean-up inside `goTo()`
happens without waiting for Angular).

PR Close 
2019-01-25 12:51:36 -08:00
George Kalpakas
76144f156c test(docs-infra): properly report errors if page.init() fails/rejects ()
For asynchronous callbacks, this can be done either by calling
`done.fail()` or by returning the promise directly (without requesting a
`done` callback). (Using the latter, because it is shorter.)

PR Close 
2019-01-25 12:51:36 -08:00
George Kalpakas
72f3d99920 test(docs-infra): make smoke tests more robust ()
PR Close 
2018-10-29 13:00:20 -04:00
George Kalpakas
f6991dec3b test(docs-infra): fix smoke tests ()
PR Close 
2018-10-29 13:00:20 -04:00
George Kalpakas
99f8e10809 ci(aio): fix aio-monitoring tests ()
Previously, we were running the e2e tests from master against
`https://angular.io` (deployed from the stable branch). Often the e2e
tests from master do not apply to the stable branch, since the app has
deviated slightly.

This commit fixes this by stop running the full e2e tests against the
deployed versions, but a smaller set of "smoke tests", which check basic
functionality that is less likely to change between versions.

PR Close 
2018-04-17 13:45:38 -07:00