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:
Navigate to the
dist
directory:cd dist/lacuna-material
Run the
npm publish
command to publish your library to the npm registry:npm publish