Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/
Class
integration/vitest/src/main.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
@Component({selector:
'app-root'
, template:
''
})
5
export
class
App {}
6
7
bootstrapApplication(App).catch(err => console.error(err));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected