Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created February 9, 2022 21:46
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/044e0f9012661d7d4157964b8a316038 to your computer and use it in GitHub Desktop.
Save alxhub/044e0f9012661d7d4157964b8a316038 to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - NgIf .d.ts Metadata
export declare class NgIf<T> {
// …
static dir: ng.DirectiveDeclaration<NgIf<any>, "[ngIf]", never, { "ngIf": "ngIf"; "ngIfThen": "ngIfThen"; "ngIfElse": "ngIfElse"; }, {}, never>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment