You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I prefer having JS and CSS files in separate files like, app-hello.js, app-hello.html, etc.
Currently it doesn't seem to be supported to import the class into the html file using <script src="./app-hello.js"></script>.
It would be neat to have typescript support, so I can use autocomplete and all the other nice features in my ts files and transpile them to js, that is imported into the html.
Is this anything you have been considering before?
Cheers,
matthias
The text was updated successfully, but these errors were encountered:
I want to put the class from the script tag into it's own file.
Referencing css files works with the import statement. But it would be nice if the lego compiler would also copy all referenced files into the dist folder for convenience.
I prefer having JS and CSS files in separate files like, app-hello.js, app-hello.html, etc.
Currently it doesn't seem to be supported to import the class into the html file using
<script src="./app-hello.js"></script>
.It would be neat to have typescript support, so I can use autocomplete and all the other nice features in my ts files and transpile them to js, that is imported into the html.
Is this anything you have been considering before?
Cheers,
matthias
The text was updated successfully, but these errors were encountered: