0.2.0 • Published 4 years ago

@nik_90/galileo v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

What is Galileo?

Galileo is an Angular UI Kit built to fast and easy development of user interfaces. It is built on top of Bootstrap 4.0

Currently Galileo is compatible with Angular 9.1.7

Features

  • Real time themes switcher
  • Forms with errors message setup system
  • Layouts for authentication and dashboard
  • Sidebar
  • Breadcrumb
  • Table component with clientSide and serverSide (Spring) mechanism
  • HttpInterceptor with addToken() and refreshToken() mechanism
  • Validators
  • Some others useful component (e.g gll-cards)

New angular app integration

  • ng new <my-new-app>
  • Install galileo with npm i --save @nik_90/galileo
  • Install and setup Bootstrap with npm i --save bootstrap
  • Add GalileoModule to app.module.ts file GalileoModule.forRoot({themesToRegister: []})
  • Add simple gll-card component to app.component.ts to test if Galileo library works

#Publish to npm To publish package to npm:

  • Run build_and_publish_galileo.sh <version_type> where <version_type> must be:
    • major
    • minor
    • patch