angular16 Questions

2

Solved

I installed storybook by npx sb init but when try to run storybook in angular 16 I got below error. These errors are not pointing to any specific code in the project but some random code in node an...
Evermore asked 26/5, 2023 at 18:51

7

I have upgraded my application to Angular 16 and upgrade went well and application is working as expected But when I run the command for prod build ng build --configuration=production I got this e...
Jarrod asked 12/7, 2023 at 6:45

5

Solved

I ran nx migrate to upgrade from angular 15 to angular 16 and now when I run nx s I get the following errors: Error: apps/webshop/src/app/app.component.html:1:1 - error NG8001: 'eu-toolbar' is not...
Bertrand asked 5/11, 2023 at 23:10

2

Solved

I was upgrading my angular apps which run inside the Share Point office adds in. Currently angular app is using version 14, after I upgrade to angular 15 it works fine. But as soon as I upgrade to ...
Grigson asked 16/10, 2023 at 21:56

5

Solved

I have a signal that is bound to an input field. I'm trying to define an effect() for the searchTerm, but because it's user input, I'd like to debounce that effect (i.e. rxjs) so that the search do...
Senior asked 2/7, 2023 at 3:31

3

Solved

I have created a custom ui library using only standalone components and here's my public-api.ts file. /* * Public API Surface of ih-ui-lib */ export * from './lib/ui-lib.service'; export * from ...

3

I can't find much about this error code, it isn't in the docs. All I can find is this GitHub issue https://github.com/angular/angular/issues/50742 Seems to be to do with angular not detecting zone....
Wheelhouse asked 9/11, 2023 at 15:46

1

Solved

I get a top-level-await error upon when importing BSON: ./node_modules/bson/lib/bson.mjs - Error: Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: ...
Ragland asked 13/10, 2023 at 11:0

1

Solved

I've updated my project to Angular 16. In app.module.ts, I have an array of components named entryComponents. However, the entryComponents is no longer available in Angular 16. Where should I add t...
Boccie asked 7/9, 2023 at 8:6

6

How can I make use of the latest CanActivateFn in Angular 16 with DI? The recent Angular 16 uses a function, not a class, for the canactivate functionality. This is my code below. How can I add my ...
Sale asked 8/5, 2023 at 23:7

2

When using angular < 16, I used to have this routes configuration: { path: Section.Security, canActivate: [AuthGuard, AccessGuard, AdminGuard], children: [ { path: '', pathMatch: 'full', ...
Radioman asked 4/5, 2023 at 8:2

1

Solved

I am using Angular 16.0.0 and with Angular Universal server side rendering, but when I Import BrowserModule.withServerTransition in my app module its marked as deprecated, what is the replacement f...
Apopemptic asked 11/6, 2023 at 23:5

5

I'm trying to add rowSpan and colSpan in Angular material Table header. Can anyone help me to achieve it. Below is the Attached Header I want to get using material table
1

© 2022 - 2025 — McMap. All rights reserved.