lacuna-material
v0.0.4
Published
```sh npm install lacuna-material ```
Readme
Lacuna Material
Installation
npm install lacuna-materialGetting started
To import all modules import LacunaMatModule in your root application module:
@NgModule({
imports: [
LacunaMatModule,
],
})
export class AppModule {}Alternatively you can import only specific modules
LacunaMatImageViewerModuleLacunaMatLoadingModuleLacunaMatTableModule
Building
To build the library, run:
npm run build:material:prodThis 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
distdirectory:cd dist/lacuna-materialRun the
npm publishcommand to publish your library to the npm registry:npm publish
Config options
LacunaMaterialModule()