X Tutup
The Wayback Machine - https://web.archive.org/web/20220707134910/https://github.com/angular/angular/pull/45919
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

fix(compiler-cli): update unknown tag error for aot standalone components #45919

Conversation

dario-piotrowicz
Copy link
Contributor

@dario-piotrowicz dario-piotrowicz commented May 8, 2022

update the error message presented during aot compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the jit variant is present in PR #45920

resolves #45818

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature (or bugfix maybe)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

Issue

Issue Number: #45818

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Result:
AOT

dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 8, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
@dario-piotrowicz dario-piotrowicz force-pushed the unknown-tag-in-standalone-component-aot branch from d6307cc to 8a50e60 Compare May 8, 2022
@dario-piotrowicz dario-piotrowicz changed the title feat(compiler-cli): update unknown tag in aot standalone component feat(compiler-cli): update unknown tag error for aot standalone components May 8, 2022
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review May 8, 2022
@pullapprove pullapprove bot requested a review from alxhub May 8, 2022
@dario-piotrowicz dario-piotrowicz force-pushed the unknown-tag-in-standalone-component-aot branch from 8a50e60 to 108a017 Compare May 8, 2022
@pkozlowski-opensource pkozlowski-opensource added comp: compiler cross-cutting: standalone labels May 9, 2022
@ngbot ngbot bot added this to the Backlog milestone May 9, 2022
@AndrewKushnir AndrewKushnir added action: review target: rc labels May 10, 2022
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 14, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 14, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 14, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 14, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 14, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
@dario-piotrowicz dario-piotrowicz force-pushed the unknown-tag-in-standalone-component-aot branch from 108a017 to 77f41b9 Compare May 14, 2022
@dario-piotrowicz dario-piotrowicz changed the title feat(compiler-cli): update unknown tag error for aot standalone components fix(compiler-cli): update unknown tag error for aot standalone components May 14, 2022
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 16, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
dario-piotrowicz added a commit to dario-piotrowicz/angular that referenced this issue May 18, 2022
update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR angular#45919

resolves angular#45818
JoostK
JoostK approved these changes May 20, 2022
packages/compiler-cli/src/ngtsc/typecheck/src/dom.ts Outdated Show resolved Hide resolved
packages/compiler-cli/src/ngtsc/typecheck/testing/index.ts Outdated Show resolved Hide resolved
@JoostK JoostK added action: merge action: presubmit labels May 20, 2022
@AndrewKushnir
Copy link
Contributor

@AndrewKushnir AndrewKushnir commented May 21, 2022

Presubmit.

…ents

update the error message presented during aot compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the jit variant is present in PR angular#45920

resolves angular#45818
@AndrewKushnir AndrewKushnir force-pushed the unknown-tag-in-standalone-component-aot branch from b6b06e7 to 2e6f18a Compare May 21, 2022
@AndrewKushnir AndrewKushnir removed the action: presubmit label May 21, 2022
@pkozlowski-opensource pkozlowski-opensource removed this from the Backlog milestone May 21, 2022
@pkozlowski-opensource pkozlowski-opensource added this to the v14-candidates milestone May 21, 2022
alxhub pushed a commit that referenced this issue May 23, 2022
…5920)

update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR #45919

resolves #45818

PR Close #45920
alxhub pushed a commit that referenced this issue May 23, 2022
…5920)

update the error message presented during jit compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the aot variant is present in PR #45919

resolves #45818

PR Close #45920
@jessicajaniuk jessicajaniuk removed the request for review from alxhub May 23, 2022
@alxhub
Copy link
Contributor

@alxhub alxhub commented May 23, 2022

This PR was merged into the repository by commit 18b0ee0.

alxhub pushed a commit that referenced this issue May 23, 2022
…ents (#45919)

update the error message presented during aot compilation when an unrecognized
tag/element is found in a standalone component so that it does not mention
the ngModule anymore

Note: the jit variant is present in PR #45920

resolves #45818

PR Close #45919
@alxhub alxhub closed this in 18b0ee0 May 23, 2022
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Jun 23, 2022

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 Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge comp: compiler cross-cutting: standalone target: rc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
X Tutup