Chip Clark
Chip Clark
I am trying to put this editor into my project. page.ts ``` ... import { AngularEditorModule } from '@kolkov/angular-editor'; import { AngularEditorConfig } from '@kolkov/angular-editor'; ... editorConfig: AngularEditorConfig = {...
I am using NVM for Node versions 10.21.1, 10.23.0, 12.20.0, 14.15.4 - I cannot run "npm -v" However, if I specify the actual location of npm - that works: C:\Users\cclark\AppData\Roaming\nvm\v12.20.1\npm...
icons were working with fontawesome 5.13 - but I've updated to fontawesome 6. I'd rather not include both versions to have the icons in my application and the icons in...
This can be resolved by: npm install --save @fortawesome/fontawesome-svg-core npm install --save @fortawesome/free--svg-icons npm install --save @fortawesome/angular-fontawesome add/edit the following files: **angular-editor.module.ts** import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; **angular-editor.component.ts** import...
Getting same error, angular/cdk 13.3.2