Skip to content

Commit

Permalink
Merge pull request #96 from jannicz/RC-1.13.2
Browse files Browse the repository at this point in the history
Enable partial compilation mode (to fix Ivy compilation error)
  • Loading branch information
jannicz authored Sep 22, 2023
2 parents 42a8440 + b5ac226 commit 64510fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<style>html{margin:0;padding:0;box-sizing:border-box}body{min-height:1000px;font-family:Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;margin:0;color:#24292e}</style><link rel="stylesheet" href="styles.9d09ae70fa88a85f.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9d09ae70fa88a85f.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.157532213e1e2223.js" type="module"></script><script src="polyfills.c37efa59bbdabd7a.js" type="module"></script><script src="main.87a434db252df8b2.js" type="module"></script></body>
<script src="runtime.157532213e1e2223.js" type="module"></script><script src="polyfills.c37efa59bbdabd7a.js" type="module"></script><script src="main.bb76cc2a3d438927.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-svg-icon-sprite-app",
"version": "1.13.1",
"version": "1.13.2",
"license": "MIT",
"author": "Jan Suwart",
"description": "Angular 16+ package for generating and using inline SVG icons in your project",
Expand Down
2 changes: 1 addition & 1 deletion projects/icon-sprite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-svg-icon-sprite",
"version": "1.13.1",
"version": "1.13.2",
"license": "MIT",
"author": "Jan Suwart",
"description": "Angular 16+ package for generating and using inline SVG icons in your project",
Expand Down
2 changes: 1 addition & 1 deletion projects/icon-sprite/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]
},
"angularCompilerOptions": {
"enableIvy": true,
"compilationMode": "partial",
"annotateForClosureCompiler": true,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
Expand Down

0 comments on commit 64510fa

Please sign in to comment.