dropdown in input

This commit is contained in:
Tykayn 2025-08-19 16:54:03 +02:00 committed by tykayn
parent 014ef90cc6
commit fff843e959
9760 changed files with 300 additions and 477104 deletions

View file

@ -36,6 +36,36 @@
],
"eslintConfig": "projects/sae-lib/eslint.config.js"
}
},
"storybook": {
"builder": "@storybook/angular:start-storybook",
"options": {
"configDir": "projects/sae-lib/.storybook",
"browserTarget": "sae-lib:build",
"compodoc": true,
"compodocArgs": [
"-e",
"json",
"-d",
"projects/sae-lib"
],
"port": 6006
}
},
"build-storybook": {
"builder": "@storybook/angular:build-storybook",
"options": {
"configDir": "projects/sae-lib/.storybook",
"browserTarget": "sae-lib:build",
"compodoc": true,
"compodocArgs": [
"-e",
"json",
"-d",
"projects/sae-lib"
],
"outputDir": "storybook-static"
}
}
}
}
@ -45,4 +75,4 @@
"angular-eslint"
]
}
}
}