docs: add note about ngModel usage in structural directives guide#29206
docs: add note about ngModel usage in structural directives guide#29206javatutorials2016 wants to merge 2 commits into
Conversation
When I tried the example, encountered the " Can't bind to 'ngModel' since it isn't a known property of 'select' ” error. So to resolve it I imported the FormsModule in ngModule. If it is mentioned in the documentation, it would be handy for the beginners to try and learn. Thanks for considering.
|
You can preview bbd81d7 at https://pr29206-bbd81d7.ngbuilds.io/. |
|
The git commit message needs to be updated to describe the change also. |
|
@javatutorials2016 are you still interested in landing this change? |
|
Hi Brandon, yes. Any action pending from my side? Please let me know thanks
…On Friday, March 22, 2019, Brandon ***@***.***> wrote:
@javatutorials2016 <https://github.com/javatutorials2016> are you still
interested in landing this change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASdXxKGfRR5o2HTIE3oibhMMie2hZDj_ks5vZO-7gaJpZM4bm79c>
.
|
Co-Authored-By: javatutorials2016 <javatutorials2016@gmail.com>
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
javatutorials2016
left a comment
There was a problem hiding this comment.
docs: add note about ngModel usage in structural directives guide
|
Something happened with the CLA. Will you rebase and squash so you're the only author? |
|
Thanks. Will do as soon as I reach home . At office now thanks
…On Friday, March 22, 2019, Brandon ***@***.***> wrote:
Something happened with the CLA. Will you rebase and squash so you're the
only author?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASdXxFhPLaDzAX9widQvyjRubGkB3DLdks5vZP0HgaJpZM4bm79c>
.
|
javatutorials2016
left a comment
There was a problem hiding this comment.
docs: add note about ngModel usage in structural directives guide
|
Hi Brandon,
Shall I create a new pull request for the same? I did the changes
directly on github portal so when I clone now, I don’t see my changes.
Kindly suggest and thanks for your time.
John
…On Friday, March 22, 2019, John Anto ***@***.***> wrote:
Thanks. Will do as soon as I reach home . At office now thanks
On Friday, March 22, 2019, Brandon ***@***.***> wrote:
> Something happened with the CLA. Will you rebase and squash so you're the
> only author?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#29206 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ASdXxFhPLaDzAX9widQvyjRubGkB3DLdks5vZP0HgaJpZM4bm79c>
> .
>
|
|
@javatutorials2016 if that would be easier for you, then yes just create a new one. |
|
thanks. Created a new one# 29522
…On Tue, Mar 26, 2019 at 11:29 AM Brandon ***@***.***> wrote:
@javatutorials2016 <https://github.com/javatutorials2016> if that would
be easier for you, then yes just create a new one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASdXxFHSqYL_rz3LFuDr1myKQzFuOJIeks5vajzjgaJpZM4bm79c>
.
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
When I tried one of the examples provided in the documention, encountered the " Can't bind to 'ngModel' since it isn't a known property of 'select' ” error. So to resolve it I imported the FormsModule in ngModule. If it is mentioned in the documentation, it would be handy for the beginners to try and learn. Thanks for considering.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information