-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding logo and attempting code coverage report
- Loading branch information
1 parent
415c106
commit ec855fa
Showing
6 changed files
with
57 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"name": "ng-todo", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"prep": "ng build --prod --output-path docs --base-href ng-todo" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/common": "^4.1.3", | ||
"@angular/compiler": "^4.1.3", | ||
"@angular/core": "^4.1.3", | ||
"@angular/forms": "^4.1.3", | ||
"@angular/http": "^4.1.3", | ||
"@angular/platform-browser": "^4.1.3", | ||
"@angular/platform-browser-dynamic": "^4.1.3", | ||
"@angular/router": "^4.1.3", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.1.0", | ||
"@angular/compiler-cli": "^4.1.3", | ||
"@types/jasmine": "^2.5.51", | ||
"@types/node": "~6.0.60", | ||
"codecov": "~2.2.0", | ||
"codelyzer": "~2.0.0", | ||
"jasmine-core": "~2.6.2", | ||
"jasmine-spec-reporter": "~4.1.0", | ||
"karma": "~1.7.0", | ||
"karma-chrome-launcher": "~2.1.1", | ||
"karma-cli": "~1.0.1", | ||
"karma-jasmine": "~1.1.0", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"karma-coverage-istanbul-reporter": "^1.3.0", | ||
"protractor": "~5.1.0", | ||
"ts-node": "~3.0.4", | ||
"tslint": "~5.4.2", | ||
"typescript": "~2.3.4" | ||
} | ||
"name": "ng-todo", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"prep": "ng build --prod --output-path docs --base-href ng-todo" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/common": "^4.1.3", | ||
"@angular/compiler": "^4.1.3", | ||
"@angular/core": "^4.1.3", | ||
"@angular/forms": "^4.1.3", | ||
"@angular/http": "^4.1.3", | ||
"@angular/platform-browser": "^4.1.3", | ||
"@angular/platform-browser-dynamic": "^4.1.3", | ||
"@angular/router": "^4.1.3", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.1.0", | ||
"@angular/compiler-cli": "^4.1.3", | ||
"@types/jasmine": "^2.5.51", | ||
"@types/node": "~6.0.60", | ||
"codecov": "^2.2.0", | ||
"codelyzer": "~2.0.0", | ||
"jasmine-core": "~2.6.2", | ||
"jasmine-spec-reporter": "~4.1.0", | ||
"karma": "~1.7.0", | ||
"karma-chrome-launcher": "~2.1.1", | ||
"karma-cli": "~1.0.1", | ||
"karma-coverage-istanbul-reporter": "^1.3.0", | ||
"karma-jasmine": "~1.1.0", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"protractor": "~5.1.0", | ||
"ts-node": "~3.0.4", | ||
"tslint": "~5.4.2", | ||
"typescript": "~2.3.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import "~styles/variables.scss"; | ||
|
||
.section-header { | ||
width: 100%; | ||
font-size: 1rem; | ||
|