mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Remove unused dependencies
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
<base href="/">
|
<base href="/">
|
||||||
<title>Demo Application - Angular 2</title>
|
<title>Demo Application - Angular 2</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
|
|
||||||
<link href="app/css/app.css" rel="stylesheet">
|
<link href="app/css/app.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Google Material Design Lite -->
|
<!-- Google Material Design Lite -->
|
||||||
@@ -24,9 +23,6 @@
|
|||||||
<script src="node_modules/angular2/bundles/router.dev.js"></script>
|
<script src="node_modules/angular2/bundles/router.dev.js"></script>
|
||||||
<script src="node_modules/angular2/bundles/http.dev.js"></script>
|
<script src="node_modules/angular2/bundles/http.dev.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
|
||||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
||||||
|
|
||||||
<script src="/app/js/xml2json.js"></script>
|
<script src="/app/js/xml2json.js"></script>
|
||||||
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
|
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
|
||||||
|
|
||||||
|
@@ -49,9 +49,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alfresco-core-rest-api": "^0.1.0",
|
"alfresco-core-rest-api": "^0.1.0",
|
||||||
"angular2": "2.0.0-beta.15",
|
"angular2": "2.0.0-beta.15",
|
||||||
"bootstrap": "^3.3.6",
|
|
||||||
"es6-shim": "^0.35.0",
|
"es6-shim": "^0.35.0",
|
||||||
"jquery": "^2.2.2",
|
|
||||||
"material-design-icons": "^2.2.3",
|
"material-design-icons": "^2.2.3",
|
||||||
"material-design-lite": "^1.1.3",
|
"material-design-lite": "^1.1.3",
|
||||||
"ng2-alfresco-core": "^0.1.0",
|
"ng2-alfresco-core": "^0.1.0",
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
:host .show {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host .hide {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.file-dialog {
|
.file-dialog {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user