fixed infra

This commit is contained in:
snoop 2018-03-13 16:53:48 +09:00
parent 51f9df8a99
commit 5028241843

View File

@ -19,7 +19,9 @@ import { SERVICES } from './service';
],
exports: [
COMPONENTS,
SERVICES
],
providers: [
SERVICES
]
})
export class InfraModule { }