diff --git a/projects/gallery-app/src/app/app.component.html b/projects/gallery-app/src/app/app.component.html index 045dd5ab..a13848c0 100644 --- a/projects/gallery-app/src/app/app.component.html +++ b/projects/gallery-app/src/app/app.component.html @@ -1,4 +1,4 @@ diff --git a/projects/gallery-app/tsconfig.app.json b/projects/gallery-app/tsconfig.app.json index e8a0e723..fee318f9 100644 --- a/projects/gallery-app/tsconfig.app.json +++ b/projects/gallery-app/tsconfig.app.json @@ -12,6 +12,6 @@ "src/**/*.d.ts" ], "angularCompilerOptions": { - "enableIvy": false + "enableIvy": true } }