python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular 9.1.5 Router empty path is not working
Actually it was working before, but today it stopped working and I didn't change anything. That's confused me.
Does anyone have any idea about this?
This is my AppRoutingModule
const routes: Routes = ...

Ismail Wakra
Votes: 0
Answers: 0
Angular Mention Library is not working with Angular version 9
I have successfully upgraded my project from Angular 9 to Angular 10.
I am using the angular-mention library to get the username suggestion when typing @ keyword.
Till Angular 8 this feature was worki...
Jayesh Vyas
Votes: 0
Answers: 2
Array is null when calling `.push`
I am working on an angular app. In my component .ts file I have an array as follow:
public myArray = [];
public dataFromAPI = [];
In one of my method whenever I am trying to push a element in this a...
Roma
Votes: 0
Answers: 2
Accessing parent component method from child
I am working on an angular app. I have a method in the parent component which returns a response.
parentComponent.ts:
myMethod(id) {
//API call and return response on the basis of id
}
I have many...
Roma
Votes: 0
Answers: 1