-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
Fix/tsconfig playground paths #274
base: master
Are you sure you want to change the base?
Fix/tsconfig playground paths #274
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