8
Angular-コンポーネント内のmodule.idの意味は何ですか?
Angularアプリで@Componentは、プロパティがあることを確認しましたmoduleId。どういう意味ですか? また、module.idどこにも定義されていない場合でも、アプリは機能します。それはまだどのように機能しますか? @Component({ moduleId: module.id, selector: 'ng-app', templateUrl: 'app.component.html', styleUrls: ['app.component.css'], directives: [AppComponent] });