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

🐞 - Primitive context in templates and components #449

Open
9 tasks
waterplea opened this issue Jul 9, 2024 · 0 comments
Open
9 tasks

🐞 - Primitive context in templates and components #449

waterplea opened this issue Jul 9, 2024 · 0 comments
Labels
bug Something isn't working P2 This issue has medium priority

Comments

@waterplea
Copy link
Collaborator

Playground Link

No response

Description

When using templates or components, primitive context is broken. For components it throws:
Cannot create a proxy with a non-object as target or handler
For templates it's just inaccessible because you cannot let- it on ng-template. We need to change it to { $implicit: xxx } object for such cases, if we have template or component content. Or consider any other alternatives.

Angular version

No response

Taiga UI version

No response

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android
@waterplea waterplea added bug Something isn't working P2 This issue has medium priority labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 This issue has medium priority
Projects
None yet
Development

No branches or pull requests

1 participant