-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test commit - 3 #UIM-4 (+14 squashed commit)
Squashed commit: [a355848] chore: test commit - 3 #UIM-4 [d5b74eb] chore: test commit - 2 (#UIM-4) [a9f165c] chore: test commit (#4) [8ec0506] fix: base-href parametr [5c47f43] fix: ci PR NUmbers [539390d] fix: ci PR NUmbers [0c59de1] fix: correct deps for ci [1e867ee] fix: build [5d0c17d] chore: added preview docs script * testing stage [665b0a7] feat: added unit test config and 1 simple spec [39b6f25] fix: angular cli build [c641ade] chore: fixes McTreeSelection, await fix in master [240ac61] chore: tree-selection test [96b5b92] chore: added prod build for docs (+7 squashed commit) Squashed commit: [0dd9d64] chore: version for stackblitz [66610cf] chore: added stackblitz [2c20840] chore: updated code snippets [e11b757] chore: updated css [fc86734] chore: updated ts paths [ef81da5] chore: added button overview [b8f4450] chore: added pages (+3 squashed commit) Squashed commit: [203cb20] chore: updated example generator [e70432d] chore: updated example generator [7f33804] chore: updated dgeni generator
- Loading branch information
1 parent
37432e2
commit f4cc9ea
Showing
153 changed files
with
3,711 additions
and
875 deletions.
There are no files selected for viewing
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
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,4 +1,5 @@ | ||
import { Version } from '@angular/core'; | ||
|
||
|
||
/** Current version of the Component Development Kit. */ | ||
export const VERSION = new Version('0.0.0-PLACEHOLDER'); |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
## Development Setup | ||
1. generate dynamic examples (for Stackblitz) | ||
```bash | ||
yarn run build:mosaic-examples | ||
``` | ||
|
||
2. generate components for Docs App | ||
```bash | ||
yarn run build:mosaic | ||
``` | ||
3. generate `docs-content` folder | ||
```bash | ||
yarn run build:docs | ||
``` | ||
|
||
|
||
## Development Server | ||
Start dev server documentation (aka ng serve) | ||
|
||
```bash | ||
yarn run docs:start | ||
``` | ||
|
||
open http://localhost:4200/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
# For additional information regarding the format and rule options, please see: | ||
# https://github.com/browserslist/browserslist#queries | ||
|
||
# You can see what browsers were selected by your queries by running: | ||
# npx browserslist | ||
|
||
> 0.5% | ||
last 2 versions | ||
Firefox ESR | ||
not dead | ||
not IE 9-11 # For IE 9-11 support, remove 'not'. |
Oops, something went wrong.