Formatted files. Using ds as prefix instead of dspace.

This commit is contained in:
William Welling
2016-12-01 12:32:54 -06:00
parent 9e96728761
commit 47b2de2aa4
23 changed files with 75 additions and 72 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -24,5 +24,7 @@
},
"compileOnSave": false,
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
"atom": {
"rewriteTsconfig": false
}
}

View File

@@ -23,5 +23,7 @@
},
"compileOnSave": false,
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
"atom": {
"rewriteTsconfig": false
}
}

View File

@@ -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,