-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
First of all thanks. this works!! Awesome , thank you
In docs u said about including 3 files,
inline.bundle.js, main.bundle.js, styles.bundle.js
But i actually had to include all the js to make it work:
<script type="text/javascript" src="http://localhost:4201/inline.bundle.js"></script>
<script type="text/javascript" src="http://localhost:4201/polyfills.bundle.js"></script>
<!-- <script type="text/javascript" src="http://localhost:4201/styles.bundle.js"></script> -->
<script type="text/javascript" src="http://localhost:4201/vendor.bundle.js"></script>
<script type="text/javascript" src="http://localhost:4201/main.bundle.js"></script>
I saw that this not work on firefox:
message: "Custom Elements are not supported in this environment."
But works on safari!!
Any ideas when this will be ported to firefox? And what is the next steps here? what should not work? Do you think that will work for a basic chat app for instance?
thanks!
Metadata
Metadata
Assignees
Labels
No labels