How to import an angular as a module with webpack?

For now I include my custom package as a js bundle file into angular.json scripts

I want to be able to import classes into my angular project through import { SomeComponent } from '@myPackage'

How can I achive that with WEBPACK?????


Ответы (0 шт):