Good Evening,
ngOnInit() {
this.documenttype1();
this.indphr=0;
this.route.params.subscribe(params => {
this.claim_doc_code = params['cl_doc_code'];
this.claim_doc_year = params['cl_doc_year'];
this.claim_doc_no = params['cl_doc_no'];
in the above code,how to fetch the data to "params['cl_doc_code'];"
Rijwan AnsariPosted Aug 13, 2021, 12:35 PM
Jefferson S. MottaPosted Aug 12, 2021, 2:22 AM