0.0.13 • Published 1 year ago
@ocrm/yuublue-utils v0.0.13
Yuublue Utils
Generate a Standalone Component
ng g c components/name-of-component --flat --standalone
--flat
Create the new files at the top level of the current project.--standalone
Whether the generated component is standalone.
Build
Use npm run build
to build the package.
Link
Note: Project has to be built before linking, otherwise, changes are not propagated.
Use npm link
to publish the package locally.
Use npm link @ocrm/yuublue-utils
to use the package in a local project.
Publish
Use npm publish
to publish the package to npmjs.com.