src/app/app.component.ts
| selector | app-root |
| styleUrls | ./app.component.css |
| templateUrl | ./app.component.html |
Properties |
Methods |
constructor(ambientModeLoaderService: PlUtilsService, progressService: PlProgressService, modalService: NgbModal, plHttpService: PlHttpService)
|
|||||||||||||||
|
Parameters :
|
| load |
load()
|
|
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| onFileChange1 | ||||
onFileChange1(event)
|
||||
|
Parameters :
Returns :
void
|
| onFileChange2 | ||||
onFileChange2(event)
|
||||
|
Parameters :
Returns :
void
|
| prova |
prova()
|
Decorators :
@PLDelay(6000)
|
|
Returns :
number
|
| testSubscribe |
testSubscribe()
|
|
Returns :
Observable<any>
|
| Public data |
Type : Date
|
Default value : new Date()
|
Decorators :
@PLFormatDate(undefined)
|
| Public file1 |
Type : File
|
| file2 |
| json |
Type : object
|
Default value : {
"release_version": "3.8.20",
"build": {
"custom_image": false,
"custom_image_version": "1.0",
"json": {
"release_version": "3.8.20",
"build": {
"custom_image": false,
"custom_image_version": "1.0",
"arr": [1, 2, 3, 4, 5, 6]
},
"pre_deploy": {
"custom_image": false,
"custom_image_version": "1.0"
},
"post_deploy": {
"custom_image": false,
"custom_image_version": "1.0"
}
}
},
"pre_deploy": {
"custom_image": false,
"custom_image_version": "1.0"
},
"post_deploy": {
"custom_image": false,
"custom_image_version": "1.0"
}
}
|
| Public numbers |
Type : number
|
Default value : 12345678.1111
|
Decorators :
@PLNumberFormat(FORMAT_NUMBER.IT)
|
| Public plHttpService |
Type : PlHttpService
|
| title |
Type : string
|
Default value : ""
|