Skip to content

Commit c6ae4c4

Browse files
committed
fix mock
1 parent bf1fa3a commit c6ae4c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/mock-server-browser/mock-server-browser.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { environment } from '../../environments/environment';
1010
@NgModule({
1111
imports: [
1212
CommonModule,
13-
environment.isServer ? [MockBrowserModule] : [MockServerModule]
13+
MockServerBrowserRoutes,
14+
environment.isServer ? [MockServerModule] : [MockBrowserModule]
1415
],
1516
declarations: [MockServerBrowserComponent]
1617
})

0 commit comments

Comments
 (0)