1.33.0 • Published 3 years ago

se-ui-components v1.33.0

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

Creating Library

  • Create workspace using command ng new se-ui-components --create-application=false
  • Create library following the command ng generate library se-ui-components --prefix se
  • Add components to the library ng generate component <componentName> --project=se-ui-components
  • Export component in library module and public-api.ts

Deploy on NPM

  • Build library with the command ng build se-ui-components --configuration production
  • This will create a dist folder with library code in it. Go to that folder and login using npm:

npm login npm publish

Install Library in Project

  • Run npm install @angular/cdk primeng primeicons primeflex file-saver xlsx jspdf ngx-toastr
  • Run npm install se-ui-components@latest
  • Library has some peer dependencies that are needed for proper working. Install them with the following command

  • Add following style sheets to your angular.json

"node_modules/primeng/resources/themes/saga-blue/theme.css", "node_modules/primeng/resources/primeng.min.css", "node_modules/primeicons/primeicons.css", "node_modules/primeflex/primeflex.css", "node_modules/ngx-toastr/toastr.css"

1.32.0

3 years ago

1.33.0

3 years ago

1.30.0

3 years ago

1.31.0

3 years ago

1.29.0

3 years ago

1.28.0

3 years ago

1.25.0

3 years ago

1.26.0

3 years ago

1.23.0

3 years ago

1.24.0

3 years ago

1.27.0

3 years ago

1.21.0

3 years ago

1.22.0

3 years ago

1.20.0

3 years ago

1.19.0

3 years ago

1.18.0

3 years ago

1.17.0

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.1

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.14.2

3 years ago

1.12.0

3 years ago

1.9.0

3 years ago

1.4.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago