@rdcz/core-components v218.2.422
core-components
Contains core user controls which can be used to develop Radium applications.
Getting Started
Quick Start
ng add @rdcz/schematicsthe command will accomplish all necessary steps and wire-up Radium localization.
Manual Set-Up
If by some reason you don't wish to use ng-add schematic, you can perform the following steps manually to get you started:
- Add
@rdcz/core-servicesto package.json of your Angular project - Add
@rdcz/core-componentsto package.json of your Angular project - Add
"allowSyntheticDefaultImports": trueto compiler options in your tsconfig.json - Run
npm install - Modify
stylessection in your angular.json:"styles": [ "./node_modules/bootstrap/dist/css/bootstrap.min.css", "./node_modules/@fortawesome/fontawesome-free/css/all.css", "./node_modules/@grapecity/wijmo.styles/wijmo.css", "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css", "./node_modules/leaflet/dist/leaflet.css", "./node_modules/leaflet.markercluster/dist/MarkerCluster.css", "./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css", "./node_modules/leaflet-draw/dist/leaflet.draw.css" ] - Use components from library in your project
⚠️WARNING⚠️
Localization is not supported by described steps. We recommend to use
ng-addschematic (see above) which will wire it up.
Documentation
Components library is documented via Storybook.
Compatibility
You need to have at least Angular v15 for this library to work correctly.
Running unit tests
Run nx test core-components to execute the unit tests.
7 months ago
5 months ago
9 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago