Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

feat(aspnet): update engine for angular 5.0 & domino adapter #825

Merged
merged 5 commits into from
Oct 11, 2017

Conversation

MarkPieszak
Copy link
Contributor

  • What modules are related to this pull-request
- [x] aspnetcore-engine
  • What kind of change does this PR introduce?
    feature Update to 5.x & domino

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No, I kept the engine in-tact so that current users only need to update all their dependencies, and everything will work as it did before.


import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/first';

export function ngAspnetCoreEngine(
options: IEngineOptions
): Promise<{ html: string, globals: { styles: string, title: string, meta: string, transferData?: {}, [key: string]: any } }> {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transferData looks like it's unused, is this from before we had TransferState?

@Toxicable
Copy link

Looks good, needs a commit squash though

Copy link
Contributor

@vikerman vikerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked offline with Mark that using static data is ok for concurrent requests in asp.net core

@vikerman vikerman merged commit 35bfc51 into angular:master Oct 11, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants