python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
angular project built with SystemJs loader and commonjs module can not use angular 12 library created with angular cli
I created a library with angular 12.
the library is using templateUrl.
I published the library to npm.
I created another application with angular cli that uses this library and have no problem.
now I ...
uriel twito
Votes: 0
Answers: 0
Angular could not find module when using libraries
I am using angular libraries and have the following structure
.
└── MyAngularProject/
├── projects/
│ └── my-project-name-here/
│ └── src/
│ ├── modules/
│ ...

Happy Coder
Votes: 0
Answers: 0
install angular library - unable to resolve dependency tree
Some time ago I've pulled my generic code from my angular application into libraries. Now it seems that I'm unable to install a library targetting @angular/core@13.1 into a newly created application w...
Pieterjan
Votes: 0
Answers: 2
Angular Library Host Version Error with Component Styles
I generated my first Angular library via the CLI in Angular 13 (v13.1.0) that mainly used services, and that was no problem. Now I created another one the same way, a Loader Module, but I intend to u...
user1100412
Votes: 0
Answers: 1