You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 onng-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?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: