Skip to content

Commit 0cb383b

Browse files
authored
feat(angular): use @angular/build in all builders (#142)
* feat(angular): use @angular/build in all modern builders * fix: disable unit-test builder until stabilized
1 parent 5b1bb77 commit 0cb383b

File tree

195 files changed

+3504
-5272
lines changed

Some content is hidden

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

195 files changed

+3504
-5272
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pnpm test
2929
- name: Build and Test Examples
3030
run: |
31-
cd examples/nx-workspace-old
31+
cd examples/nx-workspace
3232
pnpm playwright install --with-deps
3333
cd apps/ng-app-cli
3434
# npx ng add ../../../packages/angular --skip-confirmation

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM node:18
1+
FROM node:20
22

33
RUN npm install -g pnpm
44

55
WORKDIR /app
66

77
COPY . /app
88
RUN pnpm install --frozen-lockfile
9-
RUN cd examples/nx-workspace-old && pnpm playwright install --with-deps && cd -
9+
RUN cd examples/nx-workspace && pnpm playwright install --with-deps && cd -
1010
RUN CI=1 pnpm test
1111
RUN pnpm build && \
12-
cd examples/nx-workspace-old && \
12+
cd examples/nx-workspace && \
1313
cd apps/ng-app-cli && \
1414
# npx ng add ../../../packages/angular --skip-confirmation
1515
npx tsc --noEmit --project tsconfig.app.json && \

examples/nx-workspace-old/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/.env.local

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/karma.conf.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/package.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/project.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/src/app/app.component.css

Whitespace-only changes.

examples/nx-workspace-old/apps/ng-app-cli/src/app/app.component.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/nx-workspace-old/apps/ng-app-cli/src/app/app.component.spec.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)