UNPKG

angular2-text-mask2

Version:
37 lines (30 loc) 740 B
<html> <head> <title>Example of Angular 2 Text Mask</title> <style type="text/css"> body { padding-top: 50px; } .starter-template { padding: 40px 15px; text-align: center; } .form-group { margin-top: 30px; } </style> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> </head> <body> <div class="container"> <div class="starter-template"> <div id="content"> <app></app> </div> </div> </div> </body> <script src="bundle.js"></script> </html>