UNPKG
ng-multiselect-dropdown-with-properties
Version:
latest (1.0.0)
1.0.0
Angular Multi-Select Dropdown with Properties
ng-multiselect-dropdown-with-properties
/
src
/
app
/
components
/
sample-section.component.ts
10 lines
(8 loc)
•
214 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ Component, Input } from
'@angular/core'
;
@Component({ selector:
'sample-section'
, templateUrl:
'./sample-section.component.html'
})
export
class
SampleSectionComponent
{
@Input()
public
desc: any; }