python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Getting values from Component to view in queryParams inside anchor
I am applying global navigation on one of my component page.
MyComponent
export class MyComponent implements OnInit {
sampleId: number;
ngOnInit() {
try {
this.route.queryParams.subscrib...
David Jackson
Votes: 0
Answers: 0
How to dynamic component change when the button is pressed
I have a parent component and a child component is displayed in it by default, how do I make it so that when I click on the Timeline, instead of my pie chart component, another component with a differ...
qwfrjk
Votes: 0
Answers: 1
Angular Route Guard stay on page after refresh
My main page has a set of items, from which the user can click on an item, which will bring them to an item details page. From either that main page, or the details page, the user should be able to na...
PaulBunion
Votes: 0
Answers: 1
Angular 13 i18n switches to en-US when I try to access some of the routes in the other language
I hosted my angular 13 website on Github Pages and after I added i18n I have the following routing problem.
When I go to https://MyRepoName.github.io/base/en-US/ everything is fine and I get redirecte...

Saso
Votes: 0
Answers: 0