Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 70a8af1

Browse files
simon-xiong-caFoxandxss
authored andcommitted
docs(glossary): fix app module filename (#2613)
1 parent 4f15b4e commit 70a8af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ block includes
4444
An Angular module identifies the components, directives, and pipes that the application uses along with the list of external Angular modules that the application needs, such as `FormsModule`.
4545

4646
Every Angular application has an application root module class. By convention, the class is
47-
called `AppModule` and resides in a file named `app.component.ts`.
47+
called `AppModule` and resides in a file named `app.module.ts`.
4848

4949
For details and examples, see the [Angular Module](!{docsLatest}/guide/ngmodule.html) page.
5050

0 commit comments

Comments
 (0)