version 0.0.2
A configurable UI kit built upon Angular v8's CDK.
This project was created by LaMar Software.
npm install @lamar-software/ui-kit
- Increment the version number in
package.json. - Increment the version number in
README.md. - Run
ng build ui-kit. - Run
cd dist/ui-kit - Run
npm publish.
- Run
ng build ui-kit. - Run
cd dist/ui-kit. - Run
npm i path/to/dist/ui-kit.
- Add the following in your project's
./tsconfig.json
{
"compilerOptions": {
// ...
// paths are relative to `baseUrl` path.
"paths": {
"@angular/*": [
"./node_modules/@angular/*"
]
// ...
// other dependencies the ui-kit library peer depends on
}
}
}