Skip to content

Instantly share code, notes, and snippets.

@sairamkrish
Created May 30, 2018 12:42
Show Gist options
  • Save sairamkrish/22c3d52ddf4b7e830b88fe5eaf2a8124 to your computer and use it in GitHub Desktop.
Save sairamkrish/22c3d52ddf4b7e830b88fe5eaf2a8124 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
@NgModule({
imports: [CommonModule, FormsModule, NgbModule.forRoot() ],
exports: [ CommonModule, FormsModule, NgbModule ],
declarations: [ ]
})
export class SharedModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment