From d2e1b23e47e65f3a009143fc505c395b82fdde50 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Mon, 30 Sep 2024 14:23:53 +0300 Subject: [PATCH] chore(demo): drop deprecated directive from landing (#9261) --- projects/demo/src/modules/app/landing/index.html | 9 ++++----- projects/demo/src/modules/app/landing/index.ts | 2 -- .../demo/src/modules/directives/lazy-loading/index.html | 1 + 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/projects/demo/src/modules/app/landing/index.html b/projects/demo/src/modules/app/landing/index.html index 029ad680ec47..e95387adc2ba 100644 --- a/projects/demo/src/modules/app/landing/index.html +++ b/projects/demo/src/modules/app/landing/index.html @@ -1,7 +1,7 @@ taiga @@ -15,8 +15,8 @@
topography
@@ -127,8 +126,8 @@

It’s open source

topography

It’s open source

——
diff --git a/projects/demo/src/modules/app/landing/index.ts b/projects/demo/src/modules/app/landing/index.ts index 4646d2343f95..82c24554d2f4 100644 --- a/projects/demo/src/modules/app/landing/index.ts +++ b/projects/demo/src/modules/app/landing/index.ts @@ -16,7 +16,6 @@ import { } from '@ng-web-apis/intersection-observer'; import {EMPTY_QUERY, TuiAutoFocus, tuiProvide, TuiRepeatTimes} from '@taiga-ui/cdk'; import {TuiButton, tuiFadeIn} from '@taiga-ui/core'; -import {TuiImgLazyLoading} from '@taiga-ui/kit'; @Component({ standalone: true, @@ -25,7 +24,6 @@ import {TuiImgLazyLoading} from '@taiga-ui/kit'; RouterLink, TuiAutoFocus, TuiButton, - TuiImgLazyLoading, TuiRepeatTimes, WaIntersectionObserver, ], diff --git a/projects/demo/src/modules/directives/lazy-loading/index.html b/projects/demo/src/modules/directives/lazy-loading/index.html index 17767a84674a..69a42ffd57af 100644 --- a/projects/demo/src/modules/directives/lazy-loading/index.html +++ b/projects/demo/src/modules/directives/lazy-loading/index.html @@ -1,4 +1,5 @@