Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 7, 2018 15:48
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 uno-de-piera/80d72516201a19616ae916809e984558 to your computer and use it in GitHub Desktop.
Save uno-de-piera/80d72516201a19616ae916809e984558 to your computer and use it in GitHub Desktop.
import { LoginComponent } from './login/login.component';
import {AuthRoutingModule} from './auth-routing.module';
import {ReactiveFormsModule} from '@angular/forms';
@NgModule({
imports: [
CommonModule,
AuthRoutingModule,
ReactiveFormsModule
],
declarations: [LoginComponent]
})
export class AuthModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment