mat-select-robot-search
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

MatSelectRobotSearch

This library was generated with Angular CLI version 15.2.0.

Code scaffolding

use ng add @angular/material.

Note: Don't forget import Module => MatSelectRobotSearchModule `. html : <mat-select-robot-search error="The desired city was not found" label="Cities" [items]="Cities" formControlName="Cities"> interface : export interface SelectedInterface { code: number label: string }

ts :Cities: SelectedInterface[] = [{code: 1, label: 'tehran'}, {code: 2, label: 'abadan'}, {code: 3, label: 'shiraz'}, {code: 4, label: 'mashhad'}, {code: 5, label: 'ahvaz'}, {code: 6, label: 'arak'}, {code: 7, label: 'kerman-shah'}, {code: 8, label: 'kerman'}, {code: 9, label: 'mazandaran'}, {code: 10, label: 'gilan'},]

Further help

Please email me : navidbahrami8gmail.com instagram :@angular.destiny Good Luck

Readme

Keywords

Package Sidebar

Install

npm i mat-select-robot-search

Weekly Downloads

1

Version

0.1.1

License

none

Unpacked Size

88.3 kB

Total Files

20

Last publish

Collaborators

  • navidbahrami