Talent-Catalog / talentcatalog

https://tctalent.org
GNU Affero General Public License v3.0
11 stars 4 forks source link

Unit tests Fixing ERROR: ['NG0303: Can't bind to] #1359

Open EhsanEhrari opened 1 week ago

EhsanEhrari commented 1 week ago

It typically occurs when Angular encounters a binding in the template that it can't resolve. In the context of unit tests, this error is not directly cause a test failure if the test isn't explicitly checking for template rendering or binding behavior. However, it's important to address it to prevent future problems, ensure the system is error-free, and maintain good development practices.