Skip to content

Commit ab9a369

Browse files
cexbrayatfilipesilva
authored andcommitted
docs(@angular/cli): update rc update guide (angular#5200)
Make it still relevant for the current rc.1 release and future ones.
1 parent 214be99 commit ab9a369

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ CLI for Angular applications based on the [ember-cli](http://www.ember-cli.com/)
1212
## Note
1313

1414
The CLI is now in Release Candidate (RC).
15-
If you are updating from a beta version, check out our [RC.0 Update Guide]
16-
(https://github.com/angular/angular-cli/wiki/stories-rc.0-update).
15+
If you are updating from a beta version, check out our [RC Update Guide]
16+
(https://github.com/angular/angular-cli/wiki/stories-rc-update).
1717

1818
If you wish to collaborate, check out [our issue list](https://github.com/angular/angular-cli/issues).
1919

docs/documentation/stories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Stories describing how to do more with the CLI
44

5-
- [RC.0 Update](stories/rc.0-update)
5+
- [RC Update](stories/rc-update)
66
- [Asset Configuration](stories/asset-configuration)
77
- [Autocompletion](stories/autocompletion)
88
- [CSS Preprocessors](stories/css-preprocessors)

docs/documentation/stories/rc.0-update.md renamed to docs/documentation/stories/rc-update.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular CLI RC.0 migration guide
1+
# Angular CLI RC migration guide
22

33
In this migration guide we'll be looking at some of the major changes to CLI projects in the
44
last two months.
@@ -19,7 +19,7 @@ The new [Stories](https://github.com/angular/angular-cli/wiki/stories) section c
1919
scenarios, so be sure to have a look!
2020

2121
Below are the changes between a project generated two months ago, with `1.0.0-beta.24` and
22-
a `1.0.0-rc.0` project.
22+
a `1.0.0-rc.1` project.
2323
If you kept your project up to date you might have a lot of these already.
2424

2525
You can find more details about changes between versions in [CHANGELOG.md](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md).
@@ -272,8 +272,10 @@ There is an additional root-level `tsconfig.json` that is used for IDE integrati
272272
"moduleResolution": "node",
273273
"emitDecoratorMetadata": true,
274274
"experimentalDecorators": true,
275+
"target": "es5",
275276
"lib": [
276-
"es2016"
277+
"es2016",
278+
"dom"
277279
]
278280
}
279281
}
@@ -455,5 +457,3 @@ Add these new rules:
455457
```
456458

457459
Update `no-inferrable-types` to `"no-inferrable-types": [true, "ignore-params"]`.
458-
459-

0 commit comments

Comments
 (0)