@rdcz/core-components
TypeScript icon, indicating that this package has built-in type declarations

218.2.316 • Public • Published

core-components

Contains core user controls which can be used to develop Radium applications.

Getting Started

Quick Start

ng add @rdcz/schematics

the 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:

  1. Add @rdcz/core-services to package.json of your Angular project
  2. Add @rdcz/core-components to package.json of your Angular project
  3. Add "allowSyntheticDefaultImports": true to compiler options in your tsconfig.json
  4. Run npm install
  5. Modify styles section 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"
    ]
  6. Use components from library in your project

⚠️WARNING⚠️

Localization is not supported by described steps. We recommend to use ng-add schematic (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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
218.2.3160latest

Version History

VersionDownloads (Last 7 Days)Published
218.2.3160
218.1.4560
218.1.4543
218.1.4470
218.1.4300
218.1.4260
218.1.2120
217.2.3180
217.1.1470
217.1.1180
217.1.690
217.1.470
217.1.460
217.1.420
0.0.350
0.0.340
0.0.330
0.0.320
15.2.2500
15.2.2301
0.0.310
0.0.300
0.0.290
0.0.280
15.2.1440
0.0.270
0.0.260
0.0.250
0.0.240
0.0.230
0.0.221
0.0.210
0.0.200
0.0.190
0.0.181
0.0.170
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @rdcz/core-components

Weekly Downloads

6

Version

218.2.316

License

none

Unpacked Size

43.1 MB

Total Files

1089

Last publish

Collaborators

  • vlceklukas
  • radiumcz
  • rudolfkanak