Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ noNg
Function
noNg
packages/upgrade/src/common/src/angular1.ts:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
function
noNg(): never {
246
throw
new
Error(
'AngularJS v1.x is not loaded!'
);
247
}
248
249
const
noNgElement: typeof angular.element = (() => noNg()) as any;
250
noNgElement.cleanData = noNg;
Callers
1
angular1.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected