Skip to content

Commit 71411db

Browse files
daniellerouxnuke-ellingtonmatthiashader
authored
feat(angular): provide angular standalone components (#1325)
Co-authored-by: Lukas Maurer <lukas.maurer@siemens.com> Co-authored-by: matthiashader <144090716+matthiashader@users.noreply.github.com>
1 parent e099ffa commit 71411db

File tree

188 files changed

+14323
-9258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+14323
-9258
lines changed

.changeset/clean-squids-retire.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@siemens/ix-angular": major
3+
---
4+
5+
feat(angular): change angular compiler version to v17

.changeset/config.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"updateInternalDependencies": "patch",
1717
"ignore": [
1818
"angular-test-app",
19+
"angular-standalone-test-app",
1920
"react-test-app",
2021
"vue-test-app",
2122
"html-test-app",

.changeset/fresh-maps-ring.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@siemens/ix-angular": minor
3+
---
4+
5+
feat(angular/standalone): add angular standalone components

.github/workflows/pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,8 @@ jobs:
190190
- name: Install Playwright Browsers
191191
run: pnpm exec playwright install chromium --with-deps
192192

193+
- name: Build
194+
run: pnpm run build --cache-dir=.turbo --filter !\documentation
195+
193196
- name: Test
194197
run: pnpm run test --cache-dir=.turbo --filter !\documentation

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ shamefully-hoist=true
44
puppeteer_skip_chromium_download=true
55
puppeteer_skip_chrome_headless_shell_download=true
66
puppeteer_skip_download=true
7-
link-workspace-packages = deep
8-
prefer-workspace-packages = true
7+
link-workspace-packages=deep
8+
prefer-workspace-packages=true

0 commit comments

Comments
 (0)