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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 8.0.2
Cross-platform modules: 8.0.7
Android Runtime: 8.0.0
iOS Runtime: 8.0.0
NativeScript-Angular: 12.0.0
Angular: 12.0.0
Describe the bug
I upgraded my app to NS 8 and NG 12 and now my components styles aren't loading/applied. However changes from my app.scss files are working. Components styles were working in my NS 7 Project.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
I upgraded my app to NS 8 and NG 12 and now my components styles aren't loading/applied. However changes from my app.scss files are working. Components styles were working in my NS 7 Project.
Additional context
Here is my package.json
and here is my webpack.config.js file
My component
The Template
The SCSS file code which isn't working/loading
The text was updated successfully, but these errors were encountered: