UNPKG

jqwidgets-scripts-custom

Version:

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

20 lines (16 loc) 658 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 type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBZLQsY5C43a1Fmrj6CIoVhHdiiuKZtE-E"></script> <title>jQWidgets Angular Demo</title> </head> <body> <app-root>Loading...</app-root> </body> </html>