UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

17 lines (15 loc) 497 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>CreateJqwidgetsAngularApp</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <!-- <script src="../node_modules/core-js/client/shim.min.js"></script> --> <script src="https://rawgit.com/web-animations/web-animations-js/master/web-animations.min.js"></script> </head> <body> <app-root></app-root> </body> </html>