Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lac-mat-tel-input

lacuna-dev8114.0.0-beta.2TypeScript support: included

 npm install lac-mat-tel-input

readme

Lacuna Material

Installation

npm install lac-mat-tel-input

Getting started

Import LacMatTelInputModule in your root application module:

@NgModule({
  imports: [
    LacMatTelInputModule,
  ],
})
export class AppModule {}

Building

To build the library, run:

npm run build:tel-input:prod

This command will compile your project, and the build artifacts will be placed in the dist/ directory.

Publishing the Library

Once the project is built, you can publish your library by following these steps:

  1. Navigate to the dist directory:

    cd dist/lacuna-material
  2. Run the npm publish command to publish your library to the npm registry:

    npm publish