angular12 Questions

1

Solved

I am trying RxJs7 in my angular 12.2.0 project and it seems like the path of rxjs operator and method changed. I am getting the below error ./dist/candypal/website/fesm2015/candypal-website.js:8:0-...
Atkins asked 7/8, 2021 at 17:39

1

Solved

I have some common components in my angular 12 application which I am planning to create as an angular library so that other applications can also use it. We have some applications running on lower...
Buffer asked 3/12, 2021 at 11:22

3

Solved

Upgrading to angular 12 with the following command ng update @angular/core@12 @angular/cli@12 cause me to have the following error, when compiled with the --configuration production mode. ✖ Index h...
Insufficient asked 28/5, 2021 at 17:0

2

I am working on an application I have made deployment of my application now the issue I am facing is some of my prod files taking too much time load here is the screenshot from my network tab. I ha...
Dodecahedron asked 5/1, 2022 at 14:43

2

I have upgraded from Agular 11 to 12 getting below error for each SVG file. Error: Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently...

4

Solved

I have updated my Angular project to version 12.0.5 and Typescript version to 4.3.4 and I am having trouble compiling the project. Currently I get the following error without having made changes to...
Kenweigh asked 2/7, 2021 at 13:3

1

Solved

So we have a monorepo that has two different projects using Angular. We also have a build pipeline to automate the integration process. The problem I'm running into is that ngcc does not support pa...
Beamon asked 9/11, 2021 at 20:29

4

Solved

I've just migrated an app from Angular 11.2.7 to Angular 12. Everything runs fine, except that when I am developing and using 'ng serve', rebuild times are much, much slower now, to the point where...
Cabriole asked 19/5, 2021 at 6:41

0

I have upgraded my application to Angular 12.But getting a below warning while running ng serve Warning: 1 rules skipped due to selector errors: .k-input-label:dir(rtl) -> unmatched pseudo-class...
Gelatinoid asked 21/9, 2021 at 11:13

3

Solved

I added a few CSS properties to different mat-buttons on my Angular 12 based website. In order to not accidentally apply these properties to all mat-buttons, but only to the ones I want to apply th...
Foulk asked 17/9, 2021 at 14:21

1

I used to be able to use Handlebars in Angular 11 but since I updated to Angular 12 I'm getting the following errors: ./node_modules/handlebars/lib/index.js:25:2-9 - Warning: Critical dependency: ...
Wampum asked 24/8, 2021 at 15:40

2

Tried to add CAPACITOR_ANDROID_STUDIO_PATH environment variable as. import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.barqrscanner.app', appName: 'b...
Whitehorse asked 20/6, 2021 at 17:34

1

Solved

On an Angular 12 application I created the following extension: declare global { interface String { toNumber(): number | null; } } Object.defineProperty(String.prototype, "toNumber", ...
Ordinarily asked 31/8, 2021 at 18:26

1

I am trying to use material datepicker in Angular 12, but having error: main.js:1 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'localeChanges' of null TypeError: Cannot read ...

2

After upgrading to Angular 12, although I have all the required code in app.module.ts, all the material tags are not recognized: for example, for mat-checkbox, I have the following in app.module.ts...
Seductress asked 21/5, 2021 at 8:44

2

I updated to Angular 12 yesterday which uses Webpack 5. The release notes blog says: In the v11 update we added experimental support for Webpack 5. Today, we’re happy to announce that we’re releas...
Isleana asked 28/5, 2021 at 22:25

1

After i create a new Angular 12.0.3 project, npm audit immediately detects 8 high and 40 moderate vulnerabilities. # npm audit report css-what <5.0.1 Severity: high Denial of Service - https://...
Separative asked 10/6, 2021 at 9:42

1

Solved

I can't run ng servein development mode. I've upgraded Angular v11 to v12. Since then, I have compiling delays and development mode appears to not be enabled. I'm always getting this warning: *****...
Rounder asked 17/6, 2021 at 13:11

1

Solved

After upgrading Angular from v.11 to v.12 I am getting the following warning: Warning: Support was requested for IE 11 in the project's browserslist configuration. IE 11 support is deprecated sinc...
Lorikeet asked 22/5, 2021 at 0:42

3

Solved

I have a json file into src/assets/version.json with this content: {"VERSION":"1.0.0"} and I import the file into the *.ts, eg.: import * as VersionInfo from 'src/assets/versio...
Nidifugous asked 17/5, 2021 at 15:41

1

I am upgrading my apps from Angular v11 to Angular v12. I have this error when I try to upgrade Angular packages: ng update @angular/core@12 @angular/cli@12 Migration failed: Incompatible peer dep...
Layout asked 17/5, 2021 at 8:37

1

Upgraded the Angular 10 project to Angular 12. But now on running production build, it is giving error Index HTML generation failed. undefined:6:720366 missing '}' ng build --configuration ...
Laband asked 14/5, 2021 at 15:56

© 2022 - 2024 — McMap. All rights reserved.