Skip to content

Commit

Permalink
fix(module): import providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Nov 19, 2016
1 parent f0c37c9 commit 05e73ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/module.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { ConfigModule, Config } from '@ramonornela/configuration';
import { NgModule } from '@angular/core';
import { Resolve } from './resolve';
import { Request } from './request';
import { Metadata } from './metadata/metadata';
import { MetadataBase } from './metadata/metadata-base';
import { Resolve, Request, Metadata, MetadataBase } from './providers';

@NgModule({
imports: [
Expand Down

0 comments on commit 05e73ec

Please sign in to comment.