-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fe1a81
commit cffa546
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
15 files
+1 −0 | .gitignore | |
+20 −11 | angular.json | |
+109 −0 | gulpfile.js | |
+4,751 −164 | package-lock.json | |
+7 −3 | package.json | |
+6 −1 | src/app/app.component.html | |
+3 −0 | src/app/app.component.ts | |
+11 −5 | src/app/layout/app.layout.component.html | |
+7 −3 | src/app/layout/app.layout.component.ts | |
+1 −1 | src/app/layout/main-content.component.ts | |
+5 −0 | src/app/model/internal.ts | |
+18 −13 | src/app/services/language.service.ts | |
+5 −0 | src/environments/environment.allin1.ts | |
+5 −0 | src/environments/environment.ts | |
+0 −2 | src/styles.scss |