Skip to content

Commit

Permalink
chore(demo): drop deprecated directive from landing (#9261)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 30, 2024
1 parent 75a3f32 commit d2e1b23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions projects/demo/src/modules/app/landing/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img
alt="taiga"
loading="lazy"
src="assets/images/taiga.svg"
tuiLoading="lazy"
class="taiga"
/>

Expand All @@ -15,8 +15,8 @@
<div class="topography">
<img
alt="topography"
loading="lazy"
src="assets/images/topography.svg"
tuiLoading="lazy"
/>
</div>
<div
Expand All @@ -28,7 +28,6 @@
height="100%"
src="https://taiga-family.github.io/preview-landing-components/"
title="Preview of components"
tuiLoading="lazy"
width="100%"
@tuiFadeIn
></iframe>
Expand Down Expand Up @@ -127,8 +126,8 @@ <h2 class="opensource">It’s open source</h2>
<div class="map">
<img
alt="topography"
loading="lazy"
src="assets/images/topography.svg"
tuiLoading="lazy"
/>
</div>
<h1
Expand All @@ -139,8 +138,8 @@ <h2 class="opensource">It’s open source</h2>
<span class="dash">——</span>
<img
alt="logo"
loading="lazy"
src="assets/images/taiga.svg"
tuiLoading="lazy"
class="logo"
/>
<br />
Expand Down
2 changes: 0 additions & 2 deletions projects/demo/src/modules/app/landing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -25,7 +24,6 @@ import {TuiImgLazyLoading} from '@taiga-ui/kit';
RouterLink,
TuiAutoFocus,
TuiButton,
TuiImgLazyLoading,
TuiRepeatTimes,
WaIntersectionObserver,
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<tui-doc-page
deprecated
header="LazyLoading"
package="KIT"
type="directives"
Expand Down

0 comments on commit d2e1b23

Please sign in to comment.