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 creating a new a web component application, a custom element named AppElement is automatically generated. Alongside the ts file, there's also a .css file (or whatever style you chose), however, that file is not imported by the ts file and therefore not part of the build. I'd expect that there's an import on that file.
Current Behavior
The file is not imported anywhere.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
create-nx-workspace web-component-poc
choose web component
Context
Please provide any relevant information about your setup:
Expected Behavior
When creating a new a web component application, a custom element named
AppElement
is automatically generated. Alongside thets
file, there's also a.css
file (or whatever style you chose), however, that file is not imported by thets
file and therefore not part of the build. I'd expect that there's an import on that file.Current Behavior
The file is not imported anywhere.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup:
angular.json
configuration as generatedOther
The text was updated successfully, but these errors were encountered: