-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The trailing semi-colon can cause compilation failures in some circonstances.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule showcase
updated
15 files
+3 −8 | angular.json | |
+17 −17 | package.json | |
+17 −17 | src/app/app.module.ts | |
+3 −3 | src/app/pages/blui/blui.module.ts | |
+2 −2 | src/app/pages/mat/feedback/feedback.component.spec.ts | |
+2 −2 | src/app/pages/mat/feedback/feedback.component.ts | |
+18 −18 | src/app/pages/mat/mat.module.ts | |
+74 −0 | src/polyfills.ts | |
+1 −1 | src/styles.scss | |
+6 −0 | src/test.ts | |
+1 −0 | tsconfig.app.json | |
+2 −3 | tsconfig.json | |
+1 −0 | tsconfig.lib.json | |
+1 −0 | tsconfig.spec.json | |
+2,527 −2,348 | yarn.lock |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@brightlayer-ui/angular-themes", | ||
"author": "Brightlayer UI <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Angular themes for Brightlayer UI applications", | ||
"scripts": { | ||
"initialize": "bash scripts/initializeSubmodule.sh", | ||
|
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