-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathindex.html
31 lines (30 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<title>EJ2 Angular MaskedTextBox</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Angular MaskedTextBox Component">
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
<meta name="author" content="Syncfusion">
<style>#loader{color:#008cff;height:40px;left:45%;position:absolute;top:45%;width:30%}.wrap{margin:0 auto;width:240px}</style><link href="index.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="index.css"></noscript>
<!-- Here we have used CDN links for our preview purpose -->
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.eafff0dbde351dfd.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.eafff0dbde351dfd.css"></noscript></head>
<body>
<div id="ang_container">
<div class="wrap">
<app-root>
<div id="loader">LOADING....</div>
</app-root>
</div>
</div>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.e80cb0b882d7d700.js" type="module"></script></body>
<style>
.e-mask.e-control-wrapper {
margin-bottom: 20px;
}
label.e-error {
margin-top: -42px;
}
</style>
</html>