Production ready Angular components build for my personal project I am now open sourcing for use by the community.
Documentation can be found here : Read ngx-tiny Docs
Projects I use this:
Inputs
Components
Directives
Services
npm run build
to build all the packages, after this, to build a single package run `npm run package:ng serve
to serve the documentation where the usage of the packages will be pulled innxg-<package-name>
under dist
paths
in tsconfig.json
to include the new packagepackage.json
under package:<package-name>
that will enable compilation of package during buildangular.js
to include the package as part of its build cycleapp/shared/shared.module.ts
for angular to import the componentsapp-routing
, side-menu
with your new component section following other component sections patternsversion
in the package being updatednpm run build
to build all the packages ready for productionnpm run docs
to separate the commits from each othernpm run docs
to compile the docs for github pages and commit changes.dist/<package-name>
and run npm publish
to publish the packages that was updated.Support me by becoming a patron and buying me a beer :)
See the LICENSE file.