We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12.2.2
Example steps:
templateUrl
templateUrl: true === true ? './dashboard.component.html' : './dashboard.component.copy.html',
npm run test
Expect dashboard.component.spec.ts to pass
Throws this error:
Component 'DashboardComponent' is not resolved: - templateUrl: ./dashboard.component.html Did you run and wait for 'resolveComponentResources()'?
No response
System: OS: Windows 10 10.0.19045 CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Binaries: Node: 16.17.1 - C:\Program Files\nodejs\node.EXE Yarn: 3.2.3 - ~\AppData\Roaming\npm\yarn.CMD npm: 8.15.0 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
12.2.2
Steps to reproduce
Example steps:
templateUrl
in dashboard.component.ts like this:npm run test
Expected behavior
Expect dashboard.component.spec.ts to pass
Actual behavior
Throws this error:
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: