Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIT-SWE
ux
utils
Commits
4026ffda
Commit
4026ffda
authored
Dec 10, 2019
by
Matt Teeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix readme
parent
845be4e2
Pipeline
#73984
failed with stages
in 6 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
102 deletions
+18
-102
README.md
README.md
+18
-79
libs/utils/README.md
libs/utils/README.md
+0
-23
No files found.
README.md
View file @
4026ffda
# Utils
Lib
# Utils
Library
This project was generated using
[
Nx
](
https://nx.dev
)
.
Monorepo for building-block type utilities that don't have dependencies on any other
`@psu`
libraries
.
<p
align=
"center"
><img
src=
"https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png"
width=
"450"
></p>
-
[
Browser
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/browser
)
-
Cache Interceptor
-
Autofocus Directive
-
Error Service
-
Loading Events Service
-
Local Storage Service
-
Request Tracing Interceptor
-
UrlBuilder
-
Window Service
-
[
Rx
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/rx
)
-
Http Retry Backoff Operator
-
[
Security
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/security
)
-
`REQUIRE_AUTH_HEADER`
string constant
🔎
**Nx is a set of Angular CLI power-ups for modern development.**
# Contributing
## Quick Start & Documentation
Write small, portable utils, and try to keep the docs up to date as you add things.
[
Nx Documentation
](
https://nx.dev
)
[
30-minute video showing all Nx features
](
https://nx.dev/getting-started/what-is-nx
)
[
Interactive Tutorial
](
https://nx.dev/tutorial/01-create-application
)
## Adding capabilities to your workspace
Nx supports many plugins which add capabilities for developing different types of applications and different tools.
These capabilities include generating applications, libraries, .etc as well as the devtools to test, and build projects as well.
Below are some plugins which you can add to your workspace:
-
[
Angular
](
https://angular.io
)
-
`ng add @nrwl/angular`
-
[
React
](
https://reactjs.org
)
-
`ng add @nrwl/react`
-
Web (no framework frontends)
-
`ng add @nrwl/web`
-
[
Nest
](
https://nestjs.com
)
-
`ng add @nrwl/nest`
-
[
Express
](
https://expressjs.com
)
-
`ng add @nrwl/express`
-
[
Node
](
https://nodejs.org
)
-
`ng add @nrwl/node`
## Generate an application
Run
`ng g @nrwl/angular:app my-app`
to generate an application.
> You can use any of the plugins above to generate applications as well.
When using Nx, you can create multiple applications and libraries in the same workspace.
## Generate a library
Run
`ng g @nrwl/angular:lib my-lib`
to generate a library.
> You can also use any of the plugins above to generate libraries as well.
Libraries are sharable across libraries and applications. They can be imported from
`@utils-lib/mylib`
.
## Development server
Run
`ng serve my-app`
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run
`ng g component my-component --project=my-app`
to generate a new component.
## Build
Run
`ng build my-app`
to build the project. The build artifacts will be stored in the
`dist/`
directory. Use the
`--prod`
flag for a production build.
## Running unit tests
Run
`ng test my-app`
to execute the unit tests via
[
Jest
](
https://jestjs.io
)
.
Run
`npm run affected:test`
to execute the unit tests affected by a change.
## Running end-to-end tests
Run
`ng e2e my-app`
to execute the end-to-end tests via
[
Cypress
](
https://www.cypress.io
)
.
Run
`npm run affected:e2e`
to execute the end-to-end tests affected by a change.
## Understand your workspace
Run
`npm run dep-graph`
to see a diagram of the dependencies of your projects.
## Further help
Visit the
[
Nx Documentation
](
https://nx.dev
)
to learn more.
See the README here for how to create a new entry point https://git.psu.edu/ais-swe/ux/components/blob/develop/README.md
libs/utils/README.md
deleted
100644 → 0
View file @
845be4e2
# Utils Library
Monorepo for building-block type utilities that don't have dependencies on any other
`@psu`
libraries.
-
[
Browser
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/browser
)
-
Cache Interceptor
-
Autofocus Directive
-
Error Service
-
Loading Events Service
-
Local Storage Service
-
Request Tracing Interceptor
-
UrlBuilder
-
Window Service
-
[
Rx
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/rx
)
-
Http Retry Backoff Operator
-
[
Security
](
https://git.psu.edu/ais-swe/ux/utils/tree/develop/libs/utils/security
)
-
`REQUIRE_AUTH_HEADER`
string constant
# Contributing
Write small, portable utils, and try to keep the docs up to date as you add things.
See the README here for how to create a new entry point https://git.psu.edu/ais-swe/ux/components/blob/develop/README.md
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment