dropdown in input
This commit is contained in:
parent
014ef90cc6
commit
fff843e959
9760 changed files with 300 additions and 477104 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue