-
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 #135 from nongrata081/fix/minor-fixes
docs(readme): update docs with instructions for app start
- Loading branch information
Showing
10 changed files
with
129 additions
and
50 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,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 |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<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> | ||
|
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
1 change: 1 addition & 0 deletions
1
libs/ui-components/src/lib/components/package-form/package-form.component.scss
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,4 @@ | ||
button { | ||
outline: none; | ||
margin-right: 20px; | ||
} |
3 changes: 0 additions & 3 deletions
3
...src/lib/components/shared-ui-component-example/shared-ui-component-example.component.html
This file was deleted.
Oops, something went wrong.
Empty file.
24 changes: 0 additions & 24 deletions
24
.../lib/components/shared-ui-component-example/shared-ui-component-example.component.spec.ts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...s/src/lib/components/shared-ui-component-example/shared-ui-component-example.component.ts
This file was deleted.
Oops, something went wrong.
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