Skip to main content

All Questions

Tagged with
1 vote
1 answer
29 views

Is there any way to hide queryparams in angular v12?

i dont want user to see the queryparams this.router.navigate([/cbam-tools/stepper/update/${runID}],{ queryParams: { productID: record.productID} }); The better way would be if someone can help how to ...
Pavnesh Silori's user avatar
0 votes
2 answers
63 views

Object Attributes are undefined after routing in Angular

A newcomer to Angular here. I know similar questions have been asked before and I read too many of them here, answers about AJAX and async programming, but couldn't solve the issue. I want to see the ...
romancedawn's user avatar
2 votes
0 answers
37 views

Templates Not Change using AngularJS & ASP.NET WebAPI

When I'm trying to change my 'view/template' using AngularJS in my app, the url changes but the template it's still the Index.cshtml. I think I configured all right but not. This in my _Layout.cshtml: ...
JoshQ's user avatar
  • 63
0 votes
2 answers
726 views

router navigate is not executed

I'm coding in Angular. This is a basic component for login After complete the form and click on login button this function is triggered loginFn() { this.authService.loginFn(email, password) ....
Leonardo Javier's user avatar
1 vote
1 answer
48 views

What does the error [$injector:unpr] mean in my AngularJS application?

We are developing an AngularJS application and I'm getting an error in the console. I don't know what it means. I'm implementing a new page that the user gets to by clicking on a link. It's got it's ...
gib65's user avatar
  • 1,901
1 vote
0 answers
125 views

Deploying angular app with fastapi and port 0.0.0.0 disables ui

I want to deploy an angular app with a fastapi frontend via docker. The app works fine when deploying via unicorn on localhost. However, as soon as I try to deploy it on a different host (0.0.0.0), ...
Markus Schmitz's user avatar
0 votes
1 answer
342 views

Angular Routing to External Page OnClick

I have built a application where I have a standalone component that acts as a submenu, taking as one of it's fields a array of objects. The menu works fine as long as the routes are internal, but when ...
Andre's user avatar
  • 36
-1 votes
1 answer
31 views

How to create foundation structure of my app

I am making frontend for a web appp. I am a beginner. Gone through some tutorials and it will be my first project. So in this image you can see I have navbar on left or we cam implement it as left div ...
Hello World Techsupport's user avatar
1 vote
0 answers
56 views

How to keep a music playing running even I change the routing in angular (ts)?

I have an Angular 14 application that includes a music player component. The music player component starts playing music when the user clicks a play button. However, when the user navigates to another ...
abdessalam elboukri's user avatar
0 votes
1 answer
95 views

My Angular Routing is nearly identical to the W3schools example, why is it not working?

So I was trying some basic experimentation in Angular Routing. This is a near perfect copy and paste from the W3Schools Angular Routing example. But it doesn't work, except for the "purchase....
DennisM's user avatar
  • 537
0 votes
0 answers
190 views

Laravel resource route on delete shows 403 Forbidden

My delete button <button class="btn btn-danger btn-xs" type="button" ng-click="removeSaleTemp(newsaletemp.id)"> <span class="glyphicon glyphicon-...
Hamza Zafeer's user avatar
  • 2,408
0 votes
1 answer
128 views

AngularJS ui-view nested routes with url parameters on parent

I'm trying to use angular ui-router in my project and I'm running into an issue about maintaining url parameters in the parent route while adding child ones... I have a settings page with the ...
Gerard Ramon's user avatar
-1 votes
1 answer
1k views

Angular 13 - Best Practice - with iFrames

I have a project which has only two parts Header: Having Prev-Home-Next buttons Body: Having Home page (default) Now, on body there are 10 icons having unique Redirect URLs When user clicks on any ...
Sunny Singh's user avatar
0 votes
1 answer
38 views

Prevent the wiping of an Array after routing Angular.js

I have a problem with the $interval service and the Routing in Angualr.js I want to navigate throw pages, and I don't want to lose the data that were on another page... I'll explain... I'm using the ...
Crocker's user avatar
1 vote
1 answer
376 views

req.params.username returning as :username

I have a route in my web app where I'm trying to pass a username via route param. Here's my script.js attached to my index.html: $scope.del_movie = function(movie) { $http( { ...
Casey's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
91