Last active
July 9, 2018 05:10
-
-
Save sunnyy02/861e5f6869ed87b20068338ce534c724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Create a workspace project | |
ng new demo-ng6-lib-app | |
#Generate a new Library | |
ng generate library demo-ng6lib --prefix=dnl | |
#Build the Library | |
ng build --prod demo-ng6lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment