Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active September 30, 2017 14:30
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/35878849510aebc64d61a677bede4c4f to your computer and use it in GitHub Desktop.
Save cyrilletuzi/35878849510aebc64d61a677bede4c4f to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HttpClientModule } from '@angular/common/http';
import { FeatureModule } from '../feature/feature.module';
@NgModule({
imports: [CommonModule, HttpClientModule, FeatureModule]
})
export class SomeModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment