All Questions
1 question
1
vote
0
answers
398
views
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 ...