You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
I use the examples-page quite heavily for documenting the use of the components withing the library created with angular-librarian. I would love to be able to publish a compiled version of the examples page with the project, so that people who want to look up how to use a certain component do not necessarily clone the source and run the library locally.
Maybe there could be an additional command ngl build-examples which outputs the compiled examples-page to some extra folder?
Hi,
I use the examples-page quite heavily for documenting the use of the components withing the library created with angular-librarian. I would love to be able to publish a compiled version of the examples page with the project, so that people who want to look up how to use a certain component do not necessarily clone the source and run the library locally.
Maybe there could be an additional command
ngl build-exampleswhich outputs the compiled examples-page to some extra folder?Cheers!
Tom