Skip to content

Commit

Permalink
fix: fix the angular packages
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade angular to version 14 and support from 12 to 14

> note
- [x] the `@utrecht/component-library-angular` stile do not render the component
content
 - [x] `@utrecht/web-component-library-angular` has issue with using the stencil's
 `<slot>` we need to figure out how to make it working, currently we can only use
stencil `@Prop` to make the components render text
  • Loading branch information
AliKdhim87 authored and Robbert committed Jul 13, 2022
1 parent 3e94489 commit 2ae5561
Show file tree
Hide file tree
Showing 104 changed files with 79,921 additions and 71,589 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"parserOptions": {
"project": [
"components/tsconfig.json",
"packages/component-library-angular/tsconfig.json",
"packages/component-library-angular/tsconfig.lib.json",
"packages/component-library-formio/tsconfig.json",
"packages/component-library-react/tsconfig.json",
"packages/component-library-react/tsconfig.test.json",
"packages/component-library-vue/tsconfig.jest.json",
"packages/component-library-vue/tsconfig.lib.json",
"packages/component-library-vue/tsconfig.vite-config.json",
"packages/web-component-library-angular/tsconfig.json",
"packages/web-component-library-angular/tsconfig.lib.json",
"packages/web-component-library-react/tsconfig.json",
"packages/web-component-library-stencil/tsconfig.json",
"packages/web-component-library-stencil/tsconfig.stencil.json",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules/
dist/
tmp/
*.tgz
.angular

# Ignore log files
*.err
Expand All @@ -26,6 +27,7 @@ yarn.lock
package-lock.json
!/package-lock.json
!/standalone/**/package-lock.json
packages/web-component-library-angular/src/directives/**
packages/web-component-library-angular/src/directives/proxies.ts
packages/web-component-library-angular/src/directives/angular-component-lib/utils.ts
package-lock.json

0 comments on commit 2ae5561

Please sign in to comment.