Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ createDivWithStyling
Function
createDivWithStyling
packages/core/test/render3/instructions_spec.ts:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
248
describe(
'elementClass'
, () => {
249
function
createDivWithStyling() {
250
ɵɵelement(0,
'div'
);
251
}
252
253
it(
'should add class'
, () => {
254
const
fixture =
new
ViewFixture({
Callers
nothing calls this directly
Calls
1
ɵɵelement
Function · 0.85
Tested by
no test coverage detected