257 Commits

Author SHA1 Message Date
Paul Gschwendtner
0199e26167 ci: remove travis ci setup ()
we no longer need it... yay!!!

PR Close 
2019-01-07 15:35:09 -08:00
Alex Eagle
026b7e34b3 build: update yarn version ()
Some engineers were already on Yarn 0.10.x which was permitted by the range in our package.json#engines
However this introduced 'integrity sha512' lines into the yarn.lock files.
Then when engineers use yarn 0.9 (in particular, Bazel did this) then the lock files get tons of meaningless edits.
We could force everyone back to yarn 0.9 but this commit chooses to instead advance everyone past 0.10

PR Close 
2018-11-21 07:46:22 -08:00
Pete Bacon Darwin
eb5d3088a4 build: update canonical-path dependency ()
This new version (1.0.0) provides a typings file!

PR Close 
2018-11-01 13:49:10 -07:00
Brandon Roberts
91d2368e37 docs: update example dependencies to Angular/CLI/Universal V7 releases ()
PR Close 
2018-10-30 13:44:24 -04:00
George Kalpakas
9e32dc7c95 build: upgrade @types/jasminewd2 to 2.0.4 ()
This commit also removes the extra jasminewd2 typings, since the changes
have been merged in the official typings with
DefinitelyTyped/DefinitelyTyped#28957.

PR Close 
2018-10-12 14:11:11 -07:00
Brandon Roberts
d1b7bb52e7 docs: add note for including polyfills for StackBlitz examples ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
1312693f88 docs: add core-js polyfills for StackBlitz support ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
72ff9c880c docs: sync boilerplate configuration with Angular CLI RC2 ()
Revers Jasmine version back to ~2.99.1

PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
3060b3e29b docs: bump Jasmine version, fix build scripts ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
ee28b64d74 docs: add webpack-cli back in shared example dependencies ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
1246ba53c7 docs: cleanup universal boilerplate scripts ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
c29ff722a0 docs: add testing styles back to boilerplate configuration ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
f922808b8d docs: update to latest Angular RC, CLI RC, and Jasmine releases ()
PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
67435d456c Revert "docs: add testing styles in index.html, remove additional configuration" ()
This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8.

PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
fbfce79b93 docs: add testing styles in index.html, remove additional configuration ()
PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
2a14dfa4ba docs: update shared example dependencies to Angular 7 and CLI 7 ()
PR Close 
2018-10-09 17:04:19 -07:00
Ben Lesh
ffc6e199bf build: RxJS updated to 6.3 ()
PR Close 
2018-09-26 17:01:15 -07:00
Alex Eagle
34ec9244a6 build: update to Node 10 ()
PR Close 
2018-09-06 14:58:30 -07:00
George Kalpakas
dc0715142f test(docs-infra): log docs examples e2e spec paths to aid debugging ()
It seems that occasionally the sharding of docs examples e2e tests gets
messed up resulting in some tests not being run. This can cause CI to be
green on a PR, when they shouldn't (because the failing tests didn't run
at all).

It is unclear under what circumstances this happens, so printing the
paths of found e2e specs will help debug the issue when it comes up
again.

PR Close 
2018-08-03 15:30:31 -07:00
George Kalpakas
1c533c913d build(docs-infra): add support for examples of type elements ()
Examples using `@angular/elements` need to transpile to es2015 for
Custom Elements to work (on browsers that natively support them).

Alternatively, a polyfill would need to be loaded. For now, changing the
transpilation target to es2015 is the simplest solution.

PR Close 
2018-07-20 10:34:47 -07:00
Jan De Wilde
9be222f448 docs: fix elements example ()
PR Close 
2018-07-20 10:34:47 -07:00
Brandon Roberts
66e50f28d2 docs: include ts-loader as shared example dependency ()
Closes 

PR Close 
2018-06-28 15:01:00 -07:00
George Kalpakas
941d2cdaaf test(aio): fix upgrade-phonecat examples e2e tests ()
Closes 

PR Close 
2018-06-25 09:30:46 -07:00
Brandon Roberts
794584e353 docs: Remove outdated Webpack guide and example ()
A supporting Webpack guide will be introduced as part of the guidance
for ejecting from the Angular CLI.

Closes 

PR Close 
2018-06-18 15:03:22 -07:00
thebyteman
fb906a87e8 docs(aio): fix typo ()
PR Close 
2018-05-22 16:35:17 -04:00
Brandon Roberts
db2329ef6a docs(aio): Add missing dependencies and files to testing zip file download ()
Closes 

PR Close 
2018-05-21 16:12:40 -04:00
Brandon Roberts
20d76374ed docs(aio): Expose server and CLI configuration for universal in guide ()
Closes 

PR Close 
2018-05-16 17:21:44 -04:00
Brandon Roberts
d01ec03f54 docs(aio): Upgrade example dependencies to Angular V6 ()
PR Close 
2018-05-08 13:56:48 -07:00
Brandon Roberts
9e2d87f5b8 docs(aio): Update i18n example to Angular V6 ()
PR Close 
2018-05-08 13:56:48 -07:00
Brandon Roberts
2cf6244b1d docs(aio): Upgrade server-side rendering example to Angular V6 ()
PR Close 
2018-05-02 16:51:03 -07:00
Brandon Roberts
fd9d1888ce build(aio): align stackblitz files with Angular CLI V6 ()
Also cleans up legacy references to `.angular-cli.json`

PR Close 
2018-05-02 15:00:57 -07:00
Brandon Roberts
fe312ccb4c docs(aio): Cleanup examples with edits from Igor/George ()
PR Close 
2018-04-17 14:09:02 -07:00
Brandon Roberts
5a2ee7a6f5 docs(aio): Bump shared yarn.lock file for examples ()
PR Close 
2018-04-17 14:09:02 -07:00
Brandon Roberts
529d4fc9ee docs(aio): Bump shared dependencies to RC5 ()
PR Close 
2018-04-17 14:09:02 -07:00
Brandon Roberts
1f005908a4 docs(aio): Fix failing boilerplate tests ()
PR Close 
2018-04-17 14:09:02 -07:00
Brandon Roberts
2278fe8f0e docs(aio): Upgrade examples to Angular 6 ()
PR Close 
2018-04-17 14:09:02 -07:00
JiaLi.Passion
c560423b52 build: upgrade zone.js ()
PR Close 
2018-04-04 08:24:02 -07:00
Veres Lajos
de90314304 style: typos fixed - https://github.com/vlajos/misspell-fixer ()
PR Close 
2018-03-27 14:51:53 -04:00
Igor Minar
0f88fc73db build(aio): update examples to angular-in-memory-web-api@0.6.0 ()
PR Close 
2018-03-23 12:53:58 -04:00
Igor Minar
b43f8bc7d3 feat(core): upgrade rxjs to 6.0.0-alpha.4 ()
PR Close 
2018-03-19 21:51:51 -07:00
Igor Minar
243c86cd04 ci: improve logging when running aio/examples e2e tests ()
PR Close 
2018-03-18 14:03:26 -07:00
Ward Bell
a7e1f236ff docs: testing guide for CLI ()
- updates tests
- heavy prose revisions
- uses HttpClient (with angular-in-memory-web-api)
- test HeroService using `HttpClientTestingModule`
- scrub away most By.CSS
- fake async observable with `asyncData()`
- extensive Twain work
- different take on retryWhen
- remove app barrels (& systemjs.extras) which troubled plunker/systemjs
- add dummy export const to hero.ts (plunkr/systemjs fails w/o it)
- shrink and re-organize TOC
- add marble testing package and tests
- demonstrate the "no beforeEach()" test coding style
- add section on Http service testing
- prepare for stackblitz
- confirm works in plunker except excluded marble test
- add tests for avoidFile class feature of CodeExampleComponent

PR Close 
2018-02-26 13:40:23 -08:00
Jesus Rodriguez
cd25939be9 build(aio): update examples to CLI to 1.6.5 ()
PR Close 
2018-02-07 16:09:26 -08:00
Ward Bell
7a20691f13 docs: add http guide sample and adjust text ()
PR Close 
2018-01-31 10:24:43 -08:00
Pete Bacon Darwin
d6d8fe829a build(aio): upgrade CLI version to cope with new Angular 6.0.0-beta.1 release ()
Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close 
2018-01-25 13:38:12 -08:00
Ward Bell
8522546a8a build(aio): upgrade sample package.json files to jasmine@~2.8.0 ()
- Update tooling to support revised testing guide (PR ).
- Require jasmine upgrade for examples that use marble testing.
- Copy `cli/package.json` to `testing/` and add `jasmine-marbles`.
- Resolve merge conflicts created by `NgModules` guides.

PR Close 
2018-01-23 21:30:27 -08:00
Jesus Rodriguez
1a75934cc0 build(aio): migrate plunker to stackblitz ()
PR Close 
2018-01-23 21:30:27 -08:00
George Kalpakas
8e8924ac7c ci: use sudo: false on Travis ()
Related to .

PR Close 
2018-01-19 13:23:47 -08:00
George Kalpakas
d07760f5e3 build(aio): fix zips testing commands ()
PR Close 
2018-01-18 18:21:59 -06:00
Olivier Combe
7493b8ae10 build: upgrade yarn to 1.3.2 ()
Fixes 
PR Close 
2018-01-10 12:32:26 -08:00