0.0.10 • Published 10 months ago

ngx-este v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

NgxEste

Mini Framework to create a simple gui driven by model!

Features

Dependencies

Latest version available for each version of Angular

ngx-esteAngular
14.x14.x

Install

npm install @ngx-este

Install dependencies

  • ng-bootstrap
  • reflect-metadata
  • fortawesome
npm install @ng-bootstrap/ng-bootstrap@13.1.1 bootstrap @popperjs/core reflect-metadata@0.1.13 @fortawesome/fontawesome-free@6.1.2

Setup

Step 1

Include SCSS in your main file

@import "~@fortawesome/fontawesome-free/scss/fontawesome";
@import "~@fortawesome/fontawesome-free/scss/brands";
@import "~@fortawesome/fontawesome-free/scss/regular";
@import "~@fortawesome/fontawesome-free/scss/solid";

tsconfig.json

"target": "esnext",
...
"angularCompilerOptions": {
  ...
  "strictNullChecks": false,
  "emitDecoratorMetadata": true,
  "experimentalDecorators": true,
  "emitDecoratorMetadata": true
  ...
}

How to use

** TODO

Components

  • AutoFormModel
  • AutoTable
  • Button
0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago