Skip to content

Commit d5afc72

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): Update readme and remove unused code
1 parent ceeb292 commit d5afc72

File tree

5 files changed

+3
-96
lines changed

5 files changed

+3
-96
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ typings/
55

66
# Ignore all blueprint files. We e2e tests those later on.
77
packages/@angular/cli/blueprints/*/files/
8-
9-
# Ignore ember cli.
10-
packages/@angular/cli/ember-cli/

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Angular CLI
2-
### CLI for Angular applications based on the [ember-cli](http://www.ember-cli.com/) project.
32

43
<!-- Badges section here. -->
54
[![Build Status](https://img.shields.io/travis/angular/angular-cli/master.svg?label=travis)][travis-badge-url]
@@ -108,12 +107,12 @@ Scaffold | Usage
108107

109108

110109
angular-cli will add reference to `components`, `directives` and `pipes` automatically in the `app.module.ts`. If you need to add this references to another custom module, follow this steps:
111-
110+
112111
1. `ng g module new-module` to create a new module
113112
2. call `ng g component new-module/new-component`
114-
113+
115114
This should add the new `component`, `directive` or `pipe` reference to the `new-module` you've created.
116-
115+
117116
### Updating Angular CLI
118117

119118
If you're using Angular CLI `1.0.0-beta.28` or less, you need to uninstall `angular-cli` package. It should be done due to changing of package's name and scope from `angular-cli` to `@angular/cli`:

tests/helpers/index.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/helpers/ng.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/helpers/tmp.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)