Passa al contenuto principale

Note Generali

Note generali per la configurazione della libreria

package.json

"@angular/animations": "~14.1.3",
"reflect-metadata": "^0.1.13",

tsconfig.json

"emitDecoratorMetadata": true,
"strictNullChecks": false,
"target": "esnext",

Come usarla in debug

installazione tramite file

npm install ../../nestjeste_ng/projects/ngx-este

tsconfig.json

"paths": {
      "ngx-este": [
        "../../nestjeste_ng/projects/ngx-este/src/public-api"
      ],
      "@angular/*": [
        "./node_modules/@angular/*"
      ],
      "@ng-bootstrap/*": [
        "./node_modules/@ng-bootstrap/*"
      ]
    }