docs: add library config to global style story #39865
Labels
comp: docs
Anything related to doc content, incl guides, API reference, tutorial, web content
docsarea: library-or-schematics
Use only with "comp: docs". Applies to doc about creating and using libraries or schematics.
P3
Medium priority issue that needs to be resolved
Milestone


Today the Global Style story only features how to add
includePathson applications, but not libraries.I could find how to do it thanks to these issues (#11249 and angular/angular-cli#11213) and the ng-packagr docs, but it would be helpful if the story featured something like the following:
Before
To add paths, use the stylePreprocessorOptions option:
After
To add paths, on an application, use the stylePreprocessorOptions option:
For libraries, use the styleIncludePaths option on ng-package.json file:
The text was updated successfully, but these errors were encountered: