Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

Since it looks like the modules in Angular are near the end of their life, and stand-alone components are the future, how can we provide dependencies in the same way as when a module is used? With ...
1 vote
1 answer
73 views

I am developing part of an application where we have some custom built generic components. One of these component is a GenericForm which we use for easily creating forms, and another component is ...
1 vote
1 answer
330 views

I have a library material-extension inside my angular workspace, in which I'm creating some components I require but Angular Material is lacking. In this extension I've installed the module ngx-editor,...
0 votes
0 answers
32 views

Getting the error Can't bind to prop since it isn't a known property of component even though the component is present in the node_modules directory and the module is imported in the consuming module....
0 votes
1 answer
77 views

Inspecting some code from my project, I've encountered a strange scenario in which I think Angular should throw an error at build time. In my Angular app I have this index.html file with all the ...
1 vote
2 answers
82 views

Disclaimer: I may be wrong about my understanding of this seeing as I have only been using Angular for little over a year (Angular 16.0.0). Code I have this component (SidebarComponent): @Component({ ...
0 votes
0 answers
289 views

I have created an Ionic/Angular workspace with the following structure: frontend/ │ ├── common-reporting/ │ ├── src/ │ │ ├── Util2-service.ts │ │ ├── ionic-common-component.ts │ │ ├── ...
0 votes
0 answers
216 views

I created a basic Angular project in VS Code, but the app.module.ts file was missing, so I manually created it and added @NgModule. I then generated a new component named user and imported this user ...
1 vote
0 answers
206 views

I' m receiving the error NullInjectorError: No provider for InjectionToken IPublicationsRequestService! in my app when injecting my service in any component or resolver (all part of the module where ...
1 vote
1 answer
3k views

I’m using Angular 18.2.8 and I’ve already created a project and worked on it. However, I noticed that the project does not include an app.module.ts file. After searching, I found that starting from ...
1 vote
1 answer
1k views

I am trying to create a service in Angular that should only be injectable within a specific module, not accessible outside that module. I have a service MyService that I want to restrict so it can ...
1 vote
1 answer
64 views

I have an app written in Angular 12.2.16 and I need to implement some components. This specific part is about LayoutLoader (component+module) In layout-loader/layout-loader.component.html there is <...
1 vote
1 answer
157 views

I'm using an internal library that provides a generic solution for authentication, including a login page with a login form. For a specific application, I need to customize the login form by adding ...
1 vote
1 answer
5k views

I'm trying to make the sorting of table work for /users that is defined in UserListComponent. The sorting functionality was broken by introducing NavbarComponent. I tired to switch to standalone ...
1 vote
1 answer
4k views

How to wire correctly NavbarComponent into the template of app component? app.component.html <app-navbar></app-navbar> <router-outlet></router-outlet> main.ts import {...

15 30 50 per page
1
2 3 4 5
...
35

AltStyle によって変換されたページ (->オリジナル) /