Pete Bacon Darwin
1573510187
refactor(docs-infra): tidy up systemjs boilerplate for upgrade examples ( #41689 )
...
The ngUpgrade examples mostly rely upon SystemJS configuration.
This commit tidies up how these examples are built and tested so that
it will be easier to migrate them to work with Angular 11.2.x
PR Close #41689
2021-04-19 14:18:51 -07:00
Alan Agius
70425539f7
build(docs-infra): remove view engine related code ( #41638 )
...
This is a pre-update to Angular 12 cleanup.
This is not needed for version 12, since applications cannot be built using View Engine.
PR Close #41638
2021-04-16 08:59:37 -07:00
Harshit Chhipa
7eadf2e6da
docs: correct some spellings ( #40322 )
...
PR Close #40322
2021-01-06 07:31:33 -08:00
Pete Bacon Darwin
34b74cecb6
build(docs-infra): add a tool to create new examples ( #39283 )
...
This tool can be run from anywhere in the aio folder as:
```sh
yarn create-example <example-name>
```
It will create some basic scaffold files to get the example started.
After creation the developer should then use `yarn boilerplate:add`
or similar to ensure that the example can be run and tested.
You can optionally provide an absolute path to a pre-existing CLI
project and it will copy over appropriate files (ignoring boilerplate)
to the newly created example.
```sh
yarn create-example <example-name> /path/to/other/cli/project
```
Fixes #39275
PR Close #39283
2020-10-16 08:14:38 -07:00
George Kalpakas
37ed4bd9ff
docs(docs-infra): update instructions for updating docs examples dependencies ( #38992 )
...
PR Close #38992
2020-09-30 09:20:00 -04:00
George Kalpakas
efe0e03fe1
docs(docs-infra): apply the one-sentence-per-line rule to Markdown files in `aio/tools/` ( #38992 )
...
This commit updates the Markdown files inside the `aio/tools/` directory
to contain one sentence per line in order to be consistent with how
Markdown files are formatted in the rest of the repo.
PR Close #38992
2020-09-30 09:20:00 -04:00
George Kalpakas
aece3669e5
build(docs-infra): switch docs examples to Ivy ( #36143 )
...
The docs examples are switched to Ivy. On CI, the tests are run with
both Ivy and ViewEngine.
Partially addresses:
[FW-1609](https://angular-team.atlassian.net/browse/FW-1609 )
PR Close #36143
2020-04-06 15:31:07 -07:00
George Kalpakas
066b281979
docs(docs-infra): add note about setting up examples on Windows ( #32355 )
...
Closes #32321
PR Close #32355
2019-08-28 09:04:39 -07:00
Brandon Roberts
661a57d9e2
docs: update docs example dependencies to version 8 ( #30385 )
...
PR Close #30385
2019-05-17 14:16:55 -07:00
Dustin M. Eastway
00ea3983e3
docs(docs-infra): fix typo in the aio/tools/examples/README ( #30041 )
...
Remove an 'a' that was accidentally repeated twice in the aio/tools/examples/README.md file.
PR Close #30041
2019-04-24 11:33:23 -07:00
Paul Gschwendtner
0199e26167
ci: remove travis ci setup ( #27937 )
...
we no longer need it... yay!!!
PR Close #27937
2019-01-07 15:35:09 -08:00
Brandon Roberts
67435d456c
Revert "docs: add testing styles in index.html, remove additional configuration" ( #25892 )
...
This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8.
PR Close #25892
2018-10-09 17:04:19 -07:00
Brandon Roberts
fbfce79b93
docs: add testing styles in index.html, remove additional configuration ( #25892 )
...
PR Close #25892
2018-10-09 17:04:19 -07:00
Jesus Rodriguez
cd25939be9
build(aio): update examples to CLI to 1.6.5 ( #21222 )
...
PR Close #21222
2018-02-07 16:09:26 -08:00
Jesus Rodriguez
1a75934cc0
build(aio): migrate plunker to stackblitz ( #20165 )
...
PR Close #20165
2018-01-23 21:30:27 -08:00
swseverance
1594f8c09e
docs(aio): fix filename ( #20569 )
...
PR Close #20569
2017-11-22 08:57:37 -06:00
Peter Bacon Darwin
4c73b52d5c
docs(aio): tidy up tooling documentation ( #18151 )
...
PR Close #18151
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
48cd503d4a
docs(aio): applying some feedback ( #18151 )
...
PR Close #18151
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
e6c612f5cd
docs(aio): add boilerplate readme ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Peter Bacon Darwin
28a80e6e05
docs(aio): high-level documentation of AIO tooling ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00