Skip to content

Angular workspace with app and library with scss resources

Notifications You must be signed in to change notification settings

aboudard/ng-assets-wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NgAssetsWk : Angular Assets Workspace

Angular workspace with a library exposing scss resources, font files and images to be integrated in an Angular application.

The main goal here is to have an Angular application that doesn’t require the library scss to be previously built.

The whole process is explained in this article Adding scss assets to Angular library.

Using the library

With the provided scripts, we can publish the library on a local Verdaccio server and use it in an Angular application.

"publish:lib": "ng build @abo/ng-lib && cd dist/abo/ng-lib && npm publish --registry http://localhost:4873/",

About

Angular workspace with app and library with scss resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published