Skip to content

Commit

Permalink
chore(demo): drop deprecated directive from landing
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 29, 2024
1 parent 8cce7ee commit caea3a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions projects/demo/src/modules/app/landing/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<img
alt="taiga"
src="assets/images/taiga.svg"
tuiLoading="lazy"
class="taiga"
/>

Expand All @@ -16,7 +15,6 @@
<img
alt="topography"
src="assets/images/topography.svg"
tuiLoading="lazy"
/>
</div>
<div
Expand All @@ -28,7 +26,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 @@ -128,7 +125,6 @@ <h2 class="opensource">It’s open source</h2>
<img
alt="topography"
src="assets/images/topography.svg"
tuiLoading="lazy"
/>
</div>
<h1
Expand All @@ -140,7 +136,6 @@ <h2 class="opensource">It’s open source</h2>
<img
alt="logo"
src="assets/images/taiga.svg"
tuiLoading="lazy"
class="logo"
/>
<br />
Expand Down Expand Up @@ -191,7 +186,6 @@ <h2 class="opensource">It’s open source</h2>
<img
alt="by TBank"
src="assets/images/by.svg"
tuiLoading="lazy"
class="by"
/>
</footer>
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 caea3a6

Please sign in to comment.