8
Angular-component에서 module.id의 의미는 무엇입니까?
Angular 앱에서 @Component속성 이있는 것을 보았습니다 moduleId. 무슨 뜻인가요? 그리고 module.id가 정의되지 않은 경우 에도 앱은 여전히 작동합니다. 여전히 어떻게 작동합니까? @Component({ moduleId: module.id, selector: 'ng-app', templateUrl: 'app.component.html', styleUrls: ['app.component.css'], directives: [AppComponent] });