Skip to main content
0 votes
1 answer
152 views

I'm migrating an application to standalone components using the following: ng generate @angular/core:standalone I've already migrated every component to standalone. I now need to remove unnecesary ...
cppstudy's user avatar
1 vote
1 answer
72 views

I have a standard Angular 12 library workspace that I created through "ng generate library my-lib". my-lib has a component that shows an image asset. My consumer app uses my-lib component ...
Lucas Pottersky's user avatar
1 vote
1 answer
291 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,...
Otto Abnormalverbraucher's user avatar
3 votes
0 answers
213 views

I have made an Angular 17 library that I want to publish, but I have noticed that one file in particular in my build is very large. My dist folder has a fesm2022 directory, which contains an .mjs file ...
DeejC's user avatar
  • 179
1 vote
2 answers
75 views

I have a one service in my library project which have dependency on toastr in my angular project import { Injectable } from '@angular/core'; import { ToastrService } from 'ngx-toastr'; import { ...
Prabhakar's user avatar
  • 338
2 votes
1 answer
161 views

I wasn't able to solve it. I'm counting on your help. I have an Angular application and a library. In the library, I have a service where I inject HttpClient. I set HttpClient as a provider in the ...
Tomasz Jaworski's user avatar
1 vote
1 answer
196 views

I've created a library with Angular libraries This is my pretty default project structure - README.md - package.json - angular.json - projects - my-project - ng-package.json - package.json ...
Raphaël Balet's user avatar
0 votes
0 answers
238 views

tldr; Trying to determine why running ng test library is returning Executed 0 of 0 SUCCESS. I have an Angular Workspace setup with two projects: Workspace Projects Library Showcase The Library ...
Eric R's user avatar
  • 713

15 30 50 per page
1
2 3 4 5
44