0.0.1 • Published 2 years ago

@marxa/mail v0.0.1

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

Mail

This library was generated with Angular CLI version 12.2.0.

Code scaffolding

Importing Angular

"@marxa/mail": {
  "projectType": "library",
  "root": "projects/marxa/mail",
  "sourceRoot": "projects/marxa/mail/src",
  "prefix": "mx",
  "architect": {
    "build": {
      "builder": "@angular-devkit/build-angular:ng-packagr",
      "options": {
        "project": "projects/marxa/mail/ng-package.json"
      },
      "configurations": {
        "production": {
          "tsConfig": "projects/marxa/mail/tsconfig.lib.prod.json"
        },
        "development": {
          "tsConfig": "projects/marxa/mail/tsconfig.lib.json"
        }
      },
      "defaultConfiguration": "production"
    },
    "test": {
      "builder": "@angular-devkit/build-angular:karma",
      "options": {
        "main": "projects/marxa/mail/src/test.ts",
        "tsConfig": "projects/marxa/mail/tsconfig.spec.json",
        "karmaConfig": "projects/marxa/mail/karma.conf.js"
      }
    }
  }
}

Run ng generate component component-name --project mail to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project mail.

Note: Don't forget to add --project mail or else it will be added to the default project in your angular.json file.

Build

Run ng build mail to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build mail, go to the dist folder cd dist/mail and run npm publish.

Running unit tests

Run ng test mail to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.1

2 years ago