mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Added folder libs to root of project where our libraries will be - Moved search-input and card components to UI library - Updated FE to use new UI library
7 lines
151 B
JSON
7 lines
151 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/ui",
|
|
"lib": {
|
|
"entryFile": "src/public_api.ts"
|
|
}
|
|
} |