Skip to content

Instantly share code, notes, and snippets.

@sunnyy02
Last active July 9, 2018 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnyy02/861e5f6869ed87b20068338ce534c724 to your computer and use it in GitHub Desktop.
Save sunnyy02/861e5f6869ed87b20068338ce534c724 to your computer and use it in GitHub Desktop.
#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