This commit is contained in:
Zhimin YE (Rex) 2016-09-19 09:25:25 +01:00
parent de6b8d6ad0
commit 762c7141bc
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ figure
The Angular module — a class decorated with `@NgModule` — is a fundamental feature of Angular. The Angular module — a class decorated with `@NgModule` — is a fundamental feature of Angular.
Angular模块一个用`@NgModel`装饰的类是Angular的基础特性。 Angular模块一个用`@NgModule`装饰的类是Angular的基础特性。
JavaScript also has its own module system for managing collections of JavaScript objects. JavaScript also has its own module system for managing collections of JavaScript objects.
It's completely different and unrelated to the Angular module system. It's completely different and unrelated to the Angular module system.