Created
February 9, 2022 21:43
-
-
Save alxhub/db47ca300ec077ddd3751bda43697b6d to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - ImageViewer NgModule Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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