end-nglibrary-app
v0.0.79
Published
1. Fontawesome pro v5.4.1 2. Roboto Font 3. Bootstrap v3.3.7 4. PrimeNg v6.1.4 5. PrimeIcons 1.0.0-beta.10
Downloads
10
Readme
Dependencies
- Fontawesome pro v5.4.1
- Roboto Font
- Bootstrap v3.3.7
- PrimeNg v6.1.4
- PrimeIcons 1.0.0-beta.10
Packages were built using ng-packagr
https://github.com/ng-packagr/ng-packagr
Local Setup
- clone from repo
- set your
NUGETAPIKEY
env variable - run
npm install
- run
npm run build_lib
to build the library - run
npm start
- goto
localhost:4300
Publishing a package
- install git-bash if not exists
https://git-scm.com/downloads
- run
bash auto-export.sh
- review changes
- commit and push
Directive and Component convention
- classnames should start with Cbx.., e.g.(CbxInput, CbxInputWrapper)
- component selectors should start with 'cbx-' e.g.(cbx-input-wrapper)
- directive selectors should start with 'cbx' e.g.(cbxInput)