Skip to content

Commit

Permalink
Change ServerAppModule to AppServerModule (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeints committed Feb 10, 2020
1 parent 7ecdd13 commit 12df979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aspnetcore-engine/README.md
Expand Up @@ -54,7 +54,7 @@ export default createServerRenderer(params => {
// Platform-server provider configuration
const setupOptions: IEngineOptions = {
appSelector: '<app></app>',
ngModule: ServerAppModule,
ngModule: AppServerModule,
request: params,
providers: [
/* Other providers you want to pass into the App would go here
Expand Down

0 comments on commit 12df979

Please sign in to comment.