Holds the data and status of a lazy loaded file.
async/src/lazy-loader/lazy-loaded-file.ts
Properties |
completed |
completed:
|
Type: boolean
|
Indicates whether download and execution of the script has been completed. |
element |
element:
|
Type: ElementRef | null
|
The |
type |
type:
|
Type: "script" | "style"
|
The type of the loaded file. |
url |
url:
|
Type: string
|
The url of the script being loaded. |