1.11.0 • Published 2 years ago

@craftzing/angular-ui-library v1.11.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

FodUiLibrary

Installation

Run npm i @craftzing/angular-ui-library.

Next, install the dependencies the library is using:

npm i @angular/cdk @popperjs/core ng2-date-picker dayjs @ng-select/ng-select photoswipe

Styles

Add this to the styles.scss file in the root folder of your Angular project

  @import 'photoswipe/dist/photoswipe.css';
  @import "@craftzing/angular-ui-library/styles";

Using the library

Every component is exposed as a standalone module (similar to angular/material) and as part of the general fod-ui-library. This enables consumers to import the whole library (which will include all components in the application build) or cherry pick only the necessary components.

Eg import { FodUiLibraryModule } from '@craftzing/angular-ui-library' or import { FodButtonModule, FodHeadingModule } from '@craftzing/angular-ui-library'

Setup assets

To set the right path for all the assets of the component library, you have to add the following to your assets configuration in the angular.json file.

{
  "options": {
    // ... other options
    "assets": [
      // ... other assets,
      {
        "glob": "**/*",
        "input": "./node_modules/@craftzing/angular-ui-library/assets",
        "output": "/assets/"
      }
    ]
  }
}
1.11.0

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.1

2 years ago

1.9.3

2 years ago

1.9.2

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.5.6

2 years ago

1.2.0

2 years ago

1.3.0

2 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago