2017-07-20 15:16:07 -04:00
|
|
|
# Docs releases
|
|
|
|
|
|
|
|
This document explains how to update the documentation examples after an Angular release. This is only needed for major and minor versions.
|
|
|
|
|
|
|
|
All the packages for the docs' examples are specified in `/aio/tools/examples/shared/package.json`
|
|
|
|
|
|
|
|
**1)** So within the `shared` folder, you need to issue the following command:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ yarn upgrade-interactive --tilde
|
|
|
|
```
|
|
|
|
|
|
|
|
There, select all the packages that are updated on the new Angular release.
|
|
|
|
|
2018-01-22 15:48:11 -05:00
|
|
|
**2)** Changes to the tsconfig.json? There are several files in `/aio/tools/examples/shared/boilerplate/*/tsconfig.json` (based on the example type).
|
2017-07-20 15:16:07 -04:00
|
|
|
|