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

Commit 48a3053

Browse files
authored
docs(ngmodule): drop '_' in '_@NgModule' (#2217)
1 parent 18ec087 commit 48a3053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ block includes
88
**Angular Modules** help organize an application into cohesive blocks of functionality.
99

1010
An Angular Module is a _class_ adorned with the **@NgModule** decorator function.
11-
`_@NgModule` takes a metadata object that tells Angular how to compile and run module code.
11+
`@NgModule` takes a metadata object that tells Angular how to compile and run module code.
1212
It identifies the module's _own_ components, directives and pipes,
1313
making some of them public so external components can use them.
1414
It may add service providers to the application dependency injectors.

0 commit comments

Comments
 (0)