Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | import { EventEmitter } from '@angular/core';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | import * as i1 from "@angular/common";
|
---|
4 | export declare class Chip {
|
---|
5 | label: string;
|
---|
6 | icon: string;
|
---|
7 | image: string;
|
---|
8 | style: any;
|
---|
9 | styleClass: string;
|
---|
10 | removable: boolean;
|
---|
11 | removeIcon: string;
|
---|
12 | onRemove: EventEmitter<any>;
|
---|
13 | visible: boolean;
|
---|
14 | containerClass(): {
|
---|
15 | 'p-chip p-component': boolean;
|
---|
16 | 'p-chip-image': boolean;
|
---|
17 | };
|
---|
18 | close(event: any): void;
|
---|
19 | static ɵfac: i0.ɵɵFactoryDeclaration<Chip, never>;
|
---|
20 | static ɵcmp: i0.ɵɵComponentDeclaration<Chip, "p-chip", never, { "label": "label"; "icon": "icon"; "image": "image"; "style": "style"; "styleClass": "styleClass"; "removable": "removable"; "removeIcon": "removeIcon"; }, { "onRemove": "onRemove"; }, never, ["*"]>;
|
---|
21 | }
|
---|
22 | export declare class ChipModule {
|
---|
23 | static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>;
|
---|
24 | static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, [typeof Chip], [typeof i1.CommonModule], [typeof Chip]>;
|
---|
25 | static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>;
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.