20 Commits

Author SHA1 Message Date
Pete Bacon Darwin
1573510187 refactor(docs-infra): tidy up systemjs boilerplate for upgrade examples ()
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 
2021-04-19 14:18:51 -07:00
Alan Agius
70425539f7 build(docs-infra): remove view engine related code ()
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 
2021-04-16 08:59:37 -07:00
Harshit Chhipa
7eadf2e6da docs: correct some spellings ()
PR Close 
2021-01-06 07:31:33 -08:00
Pete Bacon Darwin
34b74cecb6 build(docs-infra): add a tool to create new examples ()
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 

PR Close 
2020-10-16 08:14:38 -07:00
George Kalpakas
37ed4bd9ff docs(docs-infra): update instructions for updating docs examples dependencies ()
PR Close 
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/ ()
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 
2020-09-30 09:20:00 -04:00
George Kalpakas
aece3669e5 build(docs-infra): switch docs examples to Ivy ()
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 
2020-04-06 15:31:07 -07:00
George Kalpakas
066b281979 docs(docs-infra): add note about setting up examples on Windows ()
Closes 

PR Close 
2019-08-28 09:04:39 -07:00
Brandon Roberts
661a57d9e2 docs: update docs example dependencies to version 8 ()
PR Close 
2019-05-17 14:16:55 -07:00
Dustin M. Eastway
00ea3983e3 docs(docs-infra): fix typo in the aio/tools/examples/README ()
Remove an 'a' that was accidentally repeated twice in the aio/tools/examples/README.md file.

PR Close 
2019-04-24 11:33:23 -07:00
Paul Gschwendtner
0199e26167 ci: remove travis ci setup ()
we no longer need it... yay!!!

PR Close 
2019-01-07 15:35:09 -08: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
Jesus Rodriguez
cd25939be9 build(aio): update examples to CLI to 1.6.5 ()
PR Close 
2018-02-07 16:09:26 -08:00
Jesus Rodriguez
1a75934cc0 build(aio): migrate plunker to stackblitz ()
PR Close 
2018-01-23 21:30:27 -08:00
swseverance
1594f8c09e docs(aio): fix filename ()
PR Close 
2017-11-22 08:57:37 -06:00
Peter Bacon Darwin
4c73b52d5c docs(aio): tidy up tooling documentation ()
PR Close 
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
48cd503d4a docs(aio): applying some feedback ()
PR Close 
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
e6c612f5cd docs(aio): add boilerplate readme ()
PR Close 
2017-09-21 10:00:36 -07:00
Peter Bacon Darwin
28a80e6e05 docs(aio): high-level documentation of AIO tooling ()
PR Close 
2017-09-21 10:00:36 -07:00