Skip to content
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

Lib doc #1

Open
mariohmol opened this issue Mar 15, 2018 · 1 comment
Open

Lib doc #1

mariohmol opened this issue Mar 15, 2018 · 1 comment

Comments

@mariohmol
Copy link

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!

@mariohmol
Copy link
Author

check it out nrwl/playbook-angular-v6-elements-example#1

@github-staff github-staff deleted a comment from cmurav May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant