UNPKG

ipsos-components

Version:

Material Design components for Angular

33 lines (28 loc) 1.21 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Angular Material</title> <base href="/"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="theme.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <!-- FontAwesome for mat-icon demo. --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> </head> <body> <entry-app>Loading...</entry-app> <script src="node_modules/core-js/client/core.js"></script> <script src="node_modules/web-animations-js/web-animations.min.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/hammerjs/hammer.min.js"></script> <script> System.import('system-config.js').then(function () { System.import('main'); }).catch(console.error.bind(console)); </script> </body> </html>