Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): view engine - support content projection #14209

Closed
wants to merge 1 commit into from

Conversation

tbosch
Copy link
Contributor

@tbosch tbosch commented Jan 31, 2017

First commit is from #14197

@@ -71,6 +71,7 @@ export interface NodeDef {
reverseChildIndex: number;
flags: NodeFlags;
parent: number;
ngContentIndex: number;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

add comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@@ -229,6 +232,8 @@ export enum QueryBindingType {
All
}

export interface NgContentDef { index: number; }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

add comment about the index vs ngContentIndex

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@tbosch tbosch force-pushed the view_project branch 2 times, most recently from a7eaa78 to e33390b Compare January 31, 2017 19:11
@DzmitryShylovich
Copy link
Contributor

@tbosch #4946 (comment) what do you think?

@tbosch
Copy link
Contributor Author

tbosch commented Jan 31, 2017

@DzmitryShylovich Added a comment. I don't think we should do this now as it is a bit complicated. Also talked to @mhevery about it.

@tbosch tbosch added the action: merge The PR is ready for merge by the caretaker label Jan 31, 2017
@tbosch
Copy link
Contributor Author

tbosch commented Jan 31, 2017

@mhevery This marker code-review/pullapprove wrong (@vicb approved it) , @IgorMinar will look into it...

@pkozlowski-opensource pkozlowski-opensource added the area: core Issues related to the framework runtime label Feb 1, 2017
@mhevery mhevery closed this in 0a29574 Feb 1, 2017
mhevery pushed a commit that referenced this pull request Feb 1, 2017
@tbosch tbosch deleted the view_project branch February 1, 2017 15:38
asnowwolf pushed a commit to asnowwolf/angular that referenced this pull request Aug 11, 2017
juleskremer pushed a commit to juleskremer/angular that referenced this pull request Aug 28, 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 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants