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 10 on IIS - cannot open link (component) in new tab, always redirected to index/404.0 error displayed
In my Angular application deployed on IIS I want to open link 'Contact' in new tab via the following link:
<a [routerLink]="['/contact']">Contact</a>
The problem is that in the ...
Frimlik
Votes: 0
Answers: 0
ng serve not working after angular upgrading to Angular 13
I upgraded my angular project from 12 to 13 using the angular update guide provided here https://angular.io/guide/update-to-latest-version without any issues. But while running the project on my local...

Durga Prasad
Votes: 0
Answers: 1
Add parameter to a route and use in a conditional
I have a simple routing like this:
import { NgModule } from '@angular/core';
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path: 'scenario'...
Jesus
Votes: 0
Answers: 3
angular.min.js:117 Error: Could not resolve 'create' from state ''
Hi I have created a angularjs+webix project wherein I will be adding CRUD operations.
I have a app.js file where I put the routing:
var app = angular.module('app', [ "webix", "ui.route...
Preksha Sharma
Votes: 0
Answers: 0