-
Notifications
You must be signed in to change notification settings - Fork 481
/
Copy path10908.8c1d10c8be5ce019.js
1 lines (1 loc) · 1.05 KB
/
10908.8c1d10c8be5ce019.js
1
(self.webpackChunkdemo=self.webpackChunkdemo||[]).push([[10908],{10908:n=>{n.exports="import {AsyncPipe, NgIf} from '@angular/common';\nimport {Component} from '@angular/core';\nimport {changeDetection} from '@demo/emulate/change-detection';\nimport {encapsulation} from '@demo/emulate/encapsulation';\nimport {TUI_FALSE_HANDLER, TuiItem} from '@taiga-ui/cdk';\nimport {TuiButton, TuiLoader} from '@taiga-ui/core';\nimport {TuiExpand} from '@taiga-ui/experimental';\nimport {TuiElasticContainer} from '@taiga-ui/kit';\nimport {map, startWith, timer} from 'rxjs';\n\n@Component({\n standalone: true,\n exportAs: \"Example3\",\n imports: [\n AsyncPipe,\n NgIf,\n TuiButton,\n TuiElasticContainer,\n TuiExpand,\n TuiItem,\n TuiLoader,\n ],\n templateUrl: './index.html',\n encapsulation,\n changeDetection,\n})\nexport default class Example {\n protected readonly loading$ = timer(2000).pipe(\n map(TUI_FALSE_HANDLER),\n startWith(true),\n );\n\n protected expanded = false;\n}\n"}}]);