-
Notifications
You must be signed in to change notification settings - Fork 481
/
Copy path23788.0c44fbd6feb75a3f.js
1 lines (1 loc) · 1.06 KB
/
23788.0c44fbd6feb75a3f.js
1
(self.webpackChunkdemo=self.webpackChunkdemo||[]).push([[23788],{23788:e=>{e.exports="import {Component} from '@angular/core';\nimport {FormControl, ReactiveFormsModule} from '@angular/forms';\nimport {changeDetection} from '@demo/emulate/change-detection';\nimport {encapsulation} from '@demo/emulate/encapsulation';\nimport {TuiInputTagModule, TuiTextfieldControllerModule} from '@taiga-ui/legacy';\n\n@Component({\n standalone: true,\n exportAs: \"Example8\",\n imports: [ReactiveFormsModule, TuiInputTagModule, TuiTextfieldControllerModule],\n templateUrl: './index.html',\n styleUrls: ['./index.less'],\n encapsulation,\n changeDetection,\n})\nexport default class Example {\n protected readonly control = new FormControl([\n 'One',\n 'Two',\n 'Three',\n 'Four',\n 'Five',\n 'Six',\n 'Seven',\n 'Eight',\n 'Nine',\n 'Ten',\n 'Eleven',\n 'Twelve',\n 'Thirteen',\n 'Fourteen',\n 'Fifteen',\n 'Sixteen',\n 'Seventeen',\n ]);\n}\n"}}]);