Skip to content

Commit

Permalink
build(demo-app): Enable Ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Feb 11, 2020
1 parent 1351c07 commit be96d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/gallery-app/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="gallery-wrapper">
<h1>This <strong>ngx-gallery</strong> was built with Angular Ivy compiler 9.0.0-rc.6</h1>
<h1>This <strong>ngx-gallery</strong> was built with Angular Ivy compiler 9.0.0</h1>
<ngx-gallery [options]="galleryOptions" [images]="galleryImages" class="ngx-gallery"></ngx-gallery>
</div>
2 changes: 1 addition & 1 deletion projects/gallery-app/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"enableIvy": false
"enableIvy": true
}
}

0 comments on commit be96d90

Please sign in to comment.