Please enable JavaScript.
Coggle requires JavaScript to display documents.
ngOnInit of crf-report-flow-page - Coggle Diagram
ngOnInit of crf-report-flow-page
loadTemplateSharedSummaryConfig
this.setUserDetails(response);
initializeStoreData
flowId != custom
loadFilmStrip()
this.cpfservice.getAsset
assettype == DISCOVERGUIDEDFLOW or ReportTemplate
this.flowId === 'untitled'
this.loadDummyAsset();
again calling
1 more item...
flowId = custrom
loadCustomFilmStrip()
loadFlowAsset()
We can have loadFlowAsset in diff helper file
loadReports()
else
1 more item...
if assetIds.length > 0
1 more item...