Skip to content

Lib doc #1

@mariohmol

Description

@mariohmol

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions