Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ SubModule
Class
SubModule
packages/core/test/acceptance/local_compilation_spec.ts:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
class
SubComponent {}
26
27
class
SubModule {
28
static ɵmod = ɵɵdefineNgModule({
type
: SubModule});
29
}
30
ɵɵsetNgModuleScope(SubModule, {exports: [SubComponent]});
31
32
@Component({
Callers
nothing calls this directly
Calls
1
ɵɵdefineNgModule
Function · 0.90
Tested by
no test coverage detected