Category "angular9"

I want to convert base64 string of a Word doc to a base64 string of PDF in JavaScript/Angular 9

I am using the docx library to generate a Word document (.docx) on the client side (Angular 9). I also want to be able to save the file as a pdf. I can get a ba

Upgrade Angular - Two or more projects are using identical root warning

For updating Angular 8 to 9, I am following the official document to upgrade. Which suggests first updating to the latest version of angular 8, like: ng update

Upgrade Angular - Two or more projects are using identical root warning

For updating Angular 8 to 9, I am following the official document to upgrade. Which suggests first updating to the latest version of angular 8, like: ng update

three.js error when upgraded to angular 9

When I upgraded angular from angulr8 to 9 in my project i am facing error, node_modules/three/src/geometries/ExtrudeGeometry.d.ts:2:10 - error TS2440: Import de

Angular Material Menu module: Export of name 'matMenu' not found

I have a little issue with Angular Material Menu module. I have this code in my app.module.ts: import { SharedModule } from './shared/shared.module'; @NgModu

Angular 9 Ivy, NgControl not initialized in Directive

I'm attempting to update my project to Angular9 / Ivy and face following problem. I have a custom "disabledControl" directive, as described in the following Blo

Angular 9 compilation errors after migration from Angular 8

I migrated my angular app from version 8 to 9. After running ng serve --open, my app opens in the browser and gets stuck at the loading screen with this error