feat(package): upgrade to ng v2.3+ (#574)
This commit was merged in pull request #574.
This commit is contained in:
committed by
GitHub
parent
f5b5dc3bd2
commit
3cc6a9946f
38
demo/src/index.html
Normal file
38
demo/src/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Angular File Upload</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="Angular2 File Upload">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
<link rel="author" href="https://github.com/valor-software/ng2-file-upload/graphs/contributors">
|
||||
|
||||
<!--link to bootstrap.css-->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="assets/css/prettify-angulario.css">
|
||||
<style media="screen">
|
||||
.header {
|
||||
background-color: #0143A3;
|
||||
background: -webkit-linear-gradient(#0143A3, #0273D4);
|
||||
background: linear-gradient(#0143A3, #0273D4);
|
||||
color: #FFF;
|
||||
padding: 30px;
|
||||
}
|
||||
section {
|
||||
padding-top: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<app>
|
||||
Loading...
|
||||
</app>
|
||||
<script src="assets/js/prettify.min.js"></script>
|
||||
<!-- script files will be inserted by html-webpack-plugin -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user