This commit is contained in:
crusader 2018-05-28 21:05:58 +09:00
parent a59f1c7dd7
commit 51162f3c53

View File

@ -16,6 +16,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { AuthModule } from '@overflow/shared/auth/auth.module'; import { AuthModule } from '@overflow/shared/auth/auth.module';
import { MemberModule } from '@overflow/member/member.module';
@NgModule({ @NgModule({
imports: [ imports: [
@ -28,6 +29,7 @@ import { AuthModule } from '@overflow/shared/auth/auth.module';
AppRPCModule, AppRPCModule,
AppRESTModule, AppRESTModule,
AppLoggerModule, AppLoggerModule,
MemberModule,
AuthModule, AuthModule,
], ],
declarations: [ declarations: [