-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from nongrata081/release/v0.5.0
Release/v0.5.0
- Loading branch information
Showing
123 changed files
with
2,425 additions
and
29,628 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"printWidth": 60, | ||
"printWidth": 90, | ||
"tabWidth": 2, | ||
"useTabs": true, | ||
"semi": true, | ||
|
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,5 +1,19 @@ | ||
# NgAssessment | ||
|
||
# Prerequisites | ||
|
||
To start the app required are: | ||
|
||
- [email protected] | ||
- [email protected] | ||
|
||
## Start app | ||
|
||
Run `npm start` to start the application. This will start: | ||
|
||
- fake rest api server at http://localhost:3000 | ||
- angular app at http://localhost:4200 | ||
|
||
## Guidelines for monorepo | ||
|
||
[Enterprise angular monorepo patterns](enterprise-angular-mono-repo-patterns.pdf) | ||
|
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,122 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title> | ||
Accessibility Report For "http://localhost:4000/" (Thu | ||
Jun 27 2019 17:16:47 GMT+0200 (Central European Summer | ||
Time)) | ||
</title> | ||
|
||
<style> | ||
html, | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
background-color: #fff; | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 16px; | ||
line-height: 22px; | ||
color: #333; | ||
} | ||
li { | ||
margin-bottom: 15px; | ||
} | ||
h1, | ||
h2, | ||
p, | ||
pre, | ||
ul { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
h1 { | ||
margin-bottom: 10px; | ||
font-size: 24px; | ||
line-height: 24px; | ||
} | ||
h2 { | ||
font-size: 16px; | ||
} | ||
pre { | ||
white-space: pre-wrap; | ||
overflow: auto; | ||
} | ||
|
||
.page { | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 25px; | ||
} | ||
|
||
.counts { | ||
margin-top: 30px; | ||
font-size: 20px; | ||
} | ||
.count { | ||
display: inline-block; | ||
padding: 5px; | ||
border-radius: 5px; | ||
border: 1px solid #eee; | ||
} | ||
|
||
.clean-list { | ||
margin-left: 0; | ||
padding-left: 0; | ||
list-style: none; | ||
} | ||
.results-list { | ||
margin-top: 30px; | ||
} | ||
|
||
.result { | ||
padding: 10px; | ||
border-radius: 5px; | ||
border: 1px solid #eee; | ||
} | ||
.error { | ||
background-color: #fdd; | ||
border-color: #ff9696; | ||
} | ||
.warning { | ||
background-color: #ffd; | ||
border-color: #e7c12b; | ||
} | ||
.notice { | ||
background-color: #eef4ff; | ||
border-color: #b6d0ff; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="page"> | ||
<h1> | ||
Accessibility Report For "http://localhost:4000/" | ||
</h1> | ||
<p> | ||
Generated at: Thu Jun 27 2019 17:16:47 GMT+0200 | ||
(Central European Summer Time) | ||
</p> | ||
|
||
<p class="counts"> | ||
<span class="count error">1 errors</span> | ||
<span class="count warning">0 warnings</span> | ||
<span class="count notice">0 notices</span> | ||
</p> | ||
|
||
<ul class="clean-list results-list"> | ||
<li class="result error"> | ||
<h2> | ||
Error: Img element missing an alt attribute. Use | ||
the alt attribute to specify a short text | ||
alternative. | ||
</h2> | ||
<p>WCAG2AA.Principle1.Guideline1_1.1_1_1.H37</p> | ||
<pre> | ||
<img _ngcontent-serverapp-c0="" src="https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png" width="450"> (select with "html > body > ship-root > div > img")</pre | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
</body> | ||
<head> | ||
|
||
<meta charset="utf-8"/> | ||
<title>Accessibility Report For "http://localhost:4200/" (Tue Jul 02 2019 21:07:45 GMT+0200 (Central European Summer Time))</title> | ||
|
||
<style> | ||
|
||
html, body { | ||
margin: 0; | ||
padding: 0; | ||
background-color: #fff; | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 16px; | ||
line-height: 22px; | ||
color: #333; | ||
} | ||
li { | ||
margin-bottom: 15px; | ||
} | ||
h1, h2, p, pre, ul { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
h1 { | ||
margin-bottom: 10px; | ||
font-size: 24px; | ||
line-height: 24px; | ||
} | ||
h2 { | ||
font-size: 16px; | ||
} | ||
pre { | ||
white-space: pre-wrap; | ||
overflow: auto; | ||
} | ||
|
||
.page { | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 25px; | ||
} | ||
|
||
.counts { | ||
margin-top: 30px; | ||
font-size: 20px; | ||
} | ||
.count { | ||
display: inline-block; | ||
padding: 5px; | ||
border-radius: 5px; | ||
border: 1px solid #eee; | ||
} | ||
|
||
.clean-list { | ||
margin-left: 0; | ||
padding-left: 0; | ||
list-style: none; | ||
} | ||
.results-list { | ||
margin-top: 30px; | ||
} | ||
|
||
.result { | ||
padding: 10px; | ||
border-radius: 5px; | ||
border: 1px solid #eee; | ||
} | ||
.error { | ||
background-color: #fdd; | ||
border-color: #ff9696; | ||
} | ||
.warning { | ||
background-color: #ffd; | ||
border-color: #e7c12b; | ||
} | ||
.notice { | ||
background-color: #eef4ff; | ||
border-color: #b6d0ff; | ||
} | ||
|
||
</style> | ||
|
||
</head> | ||
<body> | ||
|
||
<div class="page"> | ||
|
||
<h1>Accessibility Report For "http://localhost:4200/"</h1> | ||
<p>Generated at: Tue Jul 02 2019 21:07:45 GMT+0200 (Central European Summer Time)</p> | ||
|
||
<p class="counts"> | ||
<span class="count error">1 errors</span> | ||
<span class="count warning">0 warnings</span> | ||
<span class="count notice">0 notices</span> | ||
</p> | ||
|
||
<ul class="clean-list results-list"> | ||
<li class="result error"> | ||
<h2>Error: Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.</h2> | ||
<p>WCAG2AA.Principle1.Guideline1_1.1_1_1.H37</p> | ||
<pre><img _ngcontent-serverapp-c0="" src=""> (select with "html > body > ship-root > img")</pre> | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.