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
607a5a27
Commit
607a5a27
authored
Mar 27, 2020
by
Ryan Diehl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates readme and gitignore
parent
78194c94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+0
-1
libs/utils/loading-events/README.md
libs/utils/loading-events/README.md
+5
-2
No files found.
.gitignore
View file @
607a5a27
...
...
@@ -19,7 +19,6 @@
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
...
...
libs/utils/loading-events/README.md
View file @
607a5a27
#
utils-
loading-events
#
@psu/utils/
loading-events
This library was generated with
[
Nx
](
https://nx.dev
)
.
This library is used to dispatch a
`CustomEvent`
to the DOM when the application
is done bootstrapping. Our index.html files show a loading banner outside of Angular.
This library is used to communicate that the app is ready to load, which fades out
the loading banner and fades in the application.
## Running unit tests
...
...
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