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
/
app.component.ts
14 lines
(10 loc)
•
248 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@Component
({
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
styleUrls
: [
'./app.component.scss'
] })
export
class
AppComponent
implements
OnInit
{
ngOnInit
(
) { } }