mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Formatted files. Using ds as prefix instead of dspace.
This commit is contained in:
@@ -27,7 +27,3 @@ Currently this contains the [Angular 2 Universal Starter](https://github.com/ang
|
||||
|
||||
## AoT and Prod
|
||||
- `npm run build:prod:ngc` to compile the ngfactory files and build prod
|
||||
|
||||
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
@@ -1,5 +1,6 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>DSpace</title>
|
||||
<meta charset="UTF-8">
|
||||
@@ -10,6 +11,7 @@
|
||||
<base href="/">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<ds-app>
|
||||
@@ -18,4 +20,5 @@
|
||||
|
||||
<script async src="/main.bundle.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@@ -24,5 +24,7 @@
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
"atom": {
|
||||
"rewriteTsconfig": false
|
||||
}
|
||||
}
|
||||
|
@@ -23,5 +23,7 @@
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
"atom": {
|
||||
"rewriteTsconfig": false
|
||||
}
|
||||
}
|
||||
|
@@ -6,13 +6,13 @@
|
||||
"directive-selector": [
|
||||
true,
|
||||
"attribute",
|
||||
"dspace",
|
||||
"ds",
|
||||
"camelCase"
|
||||
],
|
||||
"component-selector": [
|
||||
true,
|
||||
"element",
|
||||
"dspace",
|
||||
"ds",
|
||||
"kebab-case"
|
||||
],
|
||||
"use-input-property-decorator": true,
|
||||
@@ -27,7 +27,7 @@
|
||||
"pipe-naming": [
|
||||
true,
|
||||
"camelCase",
|
||||
"dspace"
|
||||
"ds"
|
||||
],
|
||||
"component-class-suffix": true,
|
||||
"directive-class-suffix": true,
|
||||
|
Reference in New Issue
Block a user