-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
149 add user module from nedayi project (#236)
* Remove roles, insert fresh copy of users * Updated module * Add user module completely * Add navigation * Fix issues * Fix linting issues * Merge master and fix issues * Remove user auth * Remove roles spec since it's moved to different package * Update the routes
- Loading branch information
Showing
59 changed files
with
2,013 additions
and
921 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1005,14 +1005,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
[email protected] | ||
ISC | ||
ISC | ||
|
||
@angular/[email protected] | ||
MIT | ||
MIT | ||
|
||
[email protected] | ||
ISC | ||
ISC | ||
|
||
@angular/[email protected] | ||
MIT | ||
MIT | ||
|
@@ -1130,6 +1130,30 @@ MIT License | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE | ||
|
||
@ng-bootstrap/[email protected] | ||
MIT | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015-2018 Angular ng-bootstrap team | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
||
[email protected] | ||
MIT | ||
The MIT License (MIT) | ||
|
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,2 +1,2 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Iot Dashboard | Cloud-Hosted Realtime Dashboard | Angular 5 Monitoring Dashboard</title><meta name="description" content="Connect your IoT devices, temperature, humidity and other to your cloud based dashboard. Zero configuration"><!-- we have disabled html5 routing because of github pages. You can enable it | ||
and remove useHash param in the routes --><!-- <base href="/"> --><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.9c2b95b3841237efe9ac.bundle.css" rel="stylesheet"/></head><body><app-root><div id="preloader" class="preloader"><div class="loader"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div><div class="bar5"></div><div class="bar6"></div></div></div></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.08adf8592adf2f218662.bundle.js"></script><script type="text/javascript" src="scripts.e519ef3666a8a65c1b79.bundle.js"></script><script type="text/javascript" src="main.9730589ef5805535a95d.bundle.js"></script></body></html> | ||
and remove useHash param in the routes --><!-- <base href="/"> --><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.9c2b95b3841237efe9ac.bundle.css" rel="stylesheet"/></head><body><app-root><div id="preloader" class="preloader"><div class="loader"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div><div class="bar5"></div><div class="bar6"></div></div></div></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.08adf8592adf2f218662.bundle.js"></script><script type="text/javascript" src="scripts.e519ef3666a8a65c1b79.bundle.js"></script><script type="text/javascript" src="main.f031e332e2c124cb9e3f.bundle.js"></script></body></html> |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.