File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ CLI for Angular applications based on the [ember-cli](http://www.ember-cli.com/)
12
12
## Note
13
13
14
14
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 ).
17
17
18
18
If you wish to collaborate, check out [ our issue list] ( https://github.com/angular/angular-cli/issues ) .
19
19
Original file line number Diff line number Diff line change 2
2
3
3
# Stories describing how to do more with the CLI
4
4
5
- - [ RC.0 Update] ( stories/rc.0 -update )
5
+ - [ RC Update] ( stories/rc-update )
6
6
- [ Asset Configuration] ( stories/asset-configuration )
7
7
- [ Autocompletion] ( stories/autocompletion )
8
8
- [ CSS Preprocessors] ( stories/css-preprocessors )
Original file line number Diff line number Diff line change 1
- # Angular CLI RC.0 migration guide
1
+ # Angular CLI RC migration guide
2
2
3
3
In this migration guide we'll be looking at some of the major changes to CLI projects in the
4
4
last two months.
@@ -19,7 +19,7 @@ The new [Stories](https://github.com/angular/angular-cli/wiki/stories) section c
19
19
scenarios, so be sure to have a look!
20
20
21
21
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.
23
23
If you kept your project up to date you might have a lot of these already.
24
24
25
25
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
272
272
"moduleResolution": "node",
273
273
"emitDecoratorMetadata": true,
274
274
"experimentalDecorators": true,
275
+ "target": "es5",
275
276
"lib": [
276
- "es2016"
277
+ "es2016",
278
+ "dom"
277
279
]
278
280
}
279
281
}
@@ -455,5 +457,3 @@ Add these new rules:
455
457
```
456
458
457
459
Update ` no-inferrable-types ` to ` "no-inferrable-types": [true, "ignore-params"] ` .
458
-
459
-
You can’t perform that action at this time.
0 commit comments