MCPcopy Index your code
hub / github.com/angular/components / isNgModule

Function isNgModule

tools/dgeni/common/decorators.ts:44–46  ·  view source on GitHub ↗
(doc: ClassExportDoc)

Source from the content-addressed store, hash-verified

42}
43
44export function isNgModule(doc: ClassExportDoc): boolean {
45 return hasClassDecorator(doc, 'NgModule');
46}
47
48export function isDeprecatedDoc(doc: ApiDoc): boolean {
49 return hasJsDocTag(doc, 'deprecated');

Callers 1

_decorateClassDocMethod · 0.90

Calls 1

hasClassDecoratorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…