MCPcopy 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
245function noNg(): never {
246 throw new Error('AngularJS v1.x is not loaded!');
247}
248
249const noNgElement: typeof angular.element = (() => noNg()) as any;
250noNgElement.cleanData = noNg;

Callers 1

angular1.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected