-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: adjust ng apps * chore: add v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: update ci with v17 * chore: copy proxies * chore: add missing links * chore: link testing lib * chore: link testing lib * chore: link testing lib * chore: link testing lib * chore: link testing lib * chore: link testing lib * chore: link testing lib * chore: hide icons * chore: combine links * chore: combine links * chore: add matrix * chore: add fonts * chore: add v17 * chore: add v17 * chore: add v17 * chore: update to v17 * chore: use css
- Loading branch information
Showing
79 changed files
with
34,546 additions
and
11,963 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
24 changes: 0 additions & 24 deletions
24
.github/workflows/actions/test-angular-setup-v16/action.yml
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,67 @@ | ||
name: 'Angular Setup' | ||
description: 'Angular Setup' | ||
inputs: | ||
app: | ||
description: 'The specific test application' | ||
runs: | ||
using: 'composite' | ||
steps: | ||
- name: Disable Husky | ||
run: npm pkg delete scripts.prepare | ||
shell: bash | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: components-dist | ||
path: ./packages/components | ||
filename: ComponentsDist.zip | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: tokens-dist | ||
path: packages/tokens | ||
filename: TokensDist.zip | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: css-dist | ||
path: packages/css | ||
filename: CssDist.zip | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: components-loader | ||
path: ./packages/components | ||
filename: ComponentsLoader.zip | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: components-angular | ||
path: ./packages/components-angular/src | ||
filename: ComponentsAngular.zip | ||
|
||
- uses: ./.github/workflows/actions/download-archive | ||
with: | ||
name: testing-dist | ||
path: ./packages/testing | ||
filename: TestingDist.zip | ||
|
||
- name: Install Dependencies | ||
run: npm ci | ||
working-directory: ./apps/angular/${{ inputs.app }} | ||
shell: bash | ||
|
||
- name: Post Install | ||
run: npm run postinstall | ||
working-directory: ./apps/angular/${{ inputs.app }} | ||
shell: bash | ||
|
||
- name: Install Cypress | ||
run: npm run cy:install | ||
working-directory: ./apps/angular/${{ inputs.app }} | ||
shell: bash | ||
|
||
- name: Build Angular App | ||
run: npm run build | ||
working-directory: ./apps/angular/${{ inputs.app }} | ||
shell: bash |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
apps/angular/v16/cypress/support/commands.ts → .../angular/base/cypress/support/commands.ts
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions
5
apps/angular/v16/src/styles.scss → apps/angular/base/src/styles.scss
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.