-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Milestone
Description
Some notes:
Approximate boot-server API will be:
platform
.bootstrapModuleFactory(MyAppModuleFactory)
.then((ref: ApplicationRef) => ref.isStable.filter(v => v).toPromise())
.then(() => {
return {
html: platform.injector.get(PlatformState).renderToString()),
meta: platform.injector.get(MetaServce)
};
}
.then(result => /* do magic */ )
.then(() => platform.destroy());
Then we'll integrate it with .NET to render the Title & Meta tags in the MVC view template.
This is also connected to #10
hakonamatata
Metadata
Metadata
Assignees
Labels
No labels