Conversation
|
@izifortune This looks awesome. Have you been able to test it yet with different libraries? Great work!! 🏆 |
|
@jvandemo didn't have the time to go to through a full test. I will try to put some time on it this week |
|
@izifortune — Thank you, much appreciated! 🏆 |
|
Hi, I made changes but I have problem with html files in my components. http://localhost:3000/spinner.component.html Do you have idea why? |
|
If I use component like it - it works fine. but when I change template to templateUrl for example I have as I wrote in previous comment: Failed to load resource: the server responded with a status of 404 (Not Found) |
|
I had a look into this, the problem is that all the html are not copied there. There should be some way with browser sync to manage this, or we might have a look to inline templates as part of the playground:build. Any suggestions? |
|
If you set absolute path it works like: But whole solution is not perfect because for example if someone use sass for css - files are not compiled during playground... it is other problem. |
|
Meaning we need a proper build to get all the cases covered |
Some rework around the playground removing the need to compile the main
library.
Please test it out