Skip to content

Instantly share code, notes, and snippets.

@Bilkiss
Created February 23, 2021 10:47
Show Gist options
  • Save Bilkiss/666866cae6baf31d7aca1df5d4813331 to your computer and use it in GitHub Desktop.
Save Bilkiss/666866cae6baf31d7aca1df5d4813331 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
@NgModule({
imports: [],
declarations: [],
})
export class ExampleModule {
constructor() {
console.log('Hi, I am an example module!');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment