Skip to main content
0 votes
1 answer
57 views

today I'm trying to create a simple chat page with chat list and chat window. I tryed to implement it with auxilary routes, but some weird error stopped me. CONTEXT: I have an application - folder ...
Alex Smykov's user avatar
1 vote
2 answers
117 views

Angular: 18.2.13 Jest: 29.7.0 I'm unit testing a method in my component which performs a router.navigate after a successful HTTP call. Note that I've removed some of the unncessary code for brevity ...
commadelimited's user avatar
1 vote
2 answers
100 views

Given the following routes: export const routes: Routes = [ { path: "test-1/:name", component: TestComponent, title: "Main 1" }, { path: "test-2/:name", component: ...
Barney's user avatar
  • 2,868
0 votes
0 answers
29 views

When using web inspector on chrome/android or safari/iphone my app will launch just fine and I can inspect everything. However on certain occasions, especially on Safari, app startup console messages ...
rolinger's user avatar
  • 3,194
0 votes
0 answers
64 views

I am trying to make a project manager in angular and host it with cloudflare. I can't get my login page to come up. The console gives me this main-NTC3P324.js:7 ERROR TypeError: Cannot read properties ...
adam's user avatar
  • 482
0 votes
0 answers
44 views

We have a module-based A19 application which has a root component/module and a relatively deep tree of child routes/modules. app-routing.module.ts: const routes: Routes = [ { path: "foo", ...
CranMalReign's user avatar
1 vote
0 answers
17 views

When I click on the $ctrl.showSubmissions() it shows the login screen instead of the submissions page. I have console.logs and it appears the auth is OK, it does not seem to be routing correctly. All ...
randy's user avatar
  • 1,917
2 votes
2 answers
138 views

I have an angular js/angular 18 hybrid application which is working, but what I am trying to do is migrate the routes of the customer users like this: .state('customer', { url: "/...
Some d's user avatar
  • 95
1 vote
0 answers
222 views

Somehow, the live reload (when any code is changed) causes routing issues. I've spent couple of hours investigating this, however couldn't understand what is going on. Here is what happens: When I ...
Semen Shekhovtsov's user avatar
1 vote
2 answers
566 views

X [ERROR] TS-996008: Component TasksComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? [plugin angular-compiler] src/app/app.module.ts:13:4: 13 │ ...
ambuj151's user avatar
0 votes
0 answers
36 views

We currently have this dynamic routing (don't mind sytax errors, transformed from CoffeeScript by hand): angular .module 'App' .config(function ($stateProvider) { $stateProvider ...
Justinas's user avatar
  • 43.9k
1 vote
1 answer
149 views

I'm trying to block the RouteReuseStrategy based on some conditions but this is not happening. I've a route name as comp-a which is called in two different ways. 1 time is from a back button and the ...
avishekdr's user avatar
  • 1,154
0 votes
3 answers
442 views

Is there a way to run my backend Spring Boot project along with the Angular frontend, without starting a separate Angular server? Can I deploy the entire application on the backend server only?
Omkar Likhe's user avatar
1 vote
1 answer
41 views

In our module we have a custom method defined that essentially adds on more functionality to $stateProvider... (function () { 'use strict'; angular .module('someModule', []...
OrangeJuice1-'s user avatar
1 vote
1 answer
47 views

I am having a problem: at first I was trying to log in to connect with main, but while I moved, the following error appeared, which I could not solve in any way. NG8001: 'router-outlet' is not a known ...
Allan José's user avatar

15 30 50 per page
1
2 3 4 5
696