Description
Which @angular/* package(s) are relevant/related to the feature request?
compiler
Description
Angular can not handle the new @use "pkg:@myPackage/..."
syntax of sass which uses the "exports" of the package.json to reference a file.
I would really like to have support for this very good feature:
https://sass-lang.com/blog/announcing-pkg-importers/
Proposed solution
Support this official SASS feature. :)
Alternatives considered
this is the alternative to adding "node_modules" to "loadPaths" ("includePath" in angulars sytlePreprocessorOptions).