Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active December 10, 2016 19:27
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 cyrilletuzi/07a35d25f110571b73b789f9b77fa799 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/07a35d25f110571b73b789f9b77fa799 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@NgModule({
imports: [CommonModule]
})
export class AmazingModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment