Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created February 9, 2022 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alxhub/dd75604e2f2b091c82645f620dc0ae92 to your computer and use it in GitHub Desktop.
Save alxhub/dd75604e2f2b091c82645f620dc0ae92 to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - CommonModule .d.ts Metadata
export declare class CommonModule {
static mod: ng.NgModuleDeclaration<CommonModule, [typeof NgClass, typeof NgComponentOutlet, typeof NgForOf, typeof NgIf, typeof NgTemplateOutlet, typeof NgStyle, typeof NgSwitch, typeof NgSwitchCase, typeof NgSwitchDefault, typeof AsyncPipe, ...]>;
// …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment