UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

21 lines (17 loc) 732 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>AngularTemplate</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="https://www.jqwidgets.com/public/jqwidgets/styles/jqx.base.css"> <link rel="stylesheet" type="text/css" href="https://www.jqwidgets.com/public/jqwidgets/styles/jqx.material.css"> <script src="https://www.jqwidgets.com/public/jqwidgets/globalization/globalize.js"></script> <script src="https://www.jqwidgets.com/public/jqwidgets/globalization/globalize.culture.he-IL.js"></script> <title>jQWidgets Angular Demo</title> </head> <body> <app-root>Loading...</app-root> </body> </html>