skip to Main Content

path/node_modules/@angular/router/router"' has no exported member 'QueryParamsHandling'-Twitter bootstrap

When I build the project the issue has occurred Error ERROR in node_modules/@coreui/angular/lib/sidebar/app-sidebar-nav.d.ts(1,10): error TS2305: Module '"C:/Users/amare/Desktop/New folder/tb/node_modules/@angular/router/router"' has no exported member 'QueryParamsHandling'. package.json "name": "@coreui/coreui-free-angular-admin-template", "version": "2.4.5", "description": "CoreUI Free Angular 2+ Admin Template", "author": { "name": "Ɓukasz Holeczek",…

VIEW QUESTION

Unable to detect http headers – Apache

I've setup my api into web server, currently im unable to retrieve data using my app key but able to do so using postman, please do help const httpOptions = { headers: new HttpHeaders({ 'APP_KEY': 'ABCDEFGHJ' }) }; this.http.get('<my_api_link>', httpOptions).subscribe((res)…

VIEW QUESTION
Back To Top
Search