what happen when i use the ngc and scss?
See original GitHub issuewhen i run > ngc -p tsconfig.aot.json
it log Error: Compilation failed. Resource file not found: f:/web subject/optimize/NG2_CYErpPC/public/scss/_value
does the ngc support sass?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Angular - How to import a scss variable file using ngc -w?
However, when trying to import a variable file from an external lib residing in node_modules , it throws an error. In my .scss...
Read more >About NCS Conservation | NGC
What happens when NCS evaluates a coin? · If NCS believes that a coin will benefit from conservation, the coin will be conserved...
Read more >Coins That Are Not Encapsulated - NGC
When a coin is labeled "No Opinion" the full grading fee will be refunded. On occasion, NGC will not encapsulate a coin and...
Read more >Coin Authentication and Grading Process Overview - NGC
The NGC coin certification and grading process involves several steps, including receiving, grading, encapsulation and shipping. We invite you to read the ...
Read more >Coin Conservation | NCS | Numismatic Conservation Services
A copper coin's color can change naturally over time from red (noted as "RD" on the NGC certification label) to red brown ("RB")...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@teeSee no,i use the css by import ‘xxx.css’ instead of use css in styleUrls… like this
@brandonroberts, thank you for the explanation. I have two questions,
Before the webpack plugin is ready that can handle sass with AoT can you suggest a workaround for scss file using @import, since we are porting an existing app which has a lot of the @import.
When will the sass with AoT webpack plugin will be ready? 😃