Skip to content

Commit

Permalink
fix: issue with angular configuration for mitosis
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed May 13, 2024
1 parent 8b71d6f commit 0fac9c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/components/mitosis-angular.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
options: {
angular: {
typescript: true,
standalone: true
standalone: true,
visuallyIgnoreHostElement: false
}
}
};
3 changes: 2 additions & 1 deletion packages/components/mitosis.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
},
angular: {
typescript: true,
standalone: true
standalone: true,
visuallyIgnoreHostElement: false
},
vue: {
typescript: true
Expand Down

0 comments on commit 0fac9c8

Please sign in to comment.