Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created February 9, 2022 21:43
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/db47ca300ec077ddd3751bda43697b6d to your computer and use it in GitHub Desktop.
Save alxhub/db47ca300ec077ddd3751bda43697b6d to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - ImageViewer NgModule Example
@NgModule({
declarations: [ImageViewerComponent, ImageResizeDirective],
imports: [CommonModule],
exports: [ImageViewerComponent],
})
export class ImageViewerModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment