ThibaudAv
d14690c85f
feat(angular): add angular builder to build storybook
...
The builder allows to add a "architect" in angular.json to build storybook
config ex :
```
"build-storybook": {
"builder": "@storybook/angular:build-storybook",
"options": {
"browserTarget": "angular-cli:build"
}
}
```
cmd : `ng run angular-cli:build-storybook`
With this solution it is possible to have several angular projects using different assets and style
2021-06-01 16:44:53 +02:00
ThibaudAv
4b9596dea7
fixup! feat(angular): add angular builder to start storybook
2021-06-01 16:44:52 +02:00
ThibaudAv
1ce3a7494f
feat(angular): add angular builder to start storybook
...
The builder allows to add a "architect" in angular.json to start storybook
config ex :
```
"storybook": {
"builder": "@storybook/angular:start-storybook",
"options": {
"browserTarget": "angular-cli:build",
"port": 4400
}
```
cmd : `ng run angular-cli:storybook`
With this solution it is possible to have several angular projects using different assets and style
2021-06-01 16:44:52 +02:00
Michael Shilman
7d45bf19b1
Update git head to 6.3.0-beta.6, update yarn.lock
2021-06-01 18:00:07 +08:00
Michael Shilman
7e7270ea5f
v6.3.0-beta.6
2021-06-01 17:54:43 +08:00
Michael Shilman
9c3cec9f14
Update git head to 6.3.0-beta.5, update yarn.lock
2021-05-30 13:11:32 +08:00
Michael Shilman
7ce19a9db3
v6.3.0-beta.5
2021-05-30 13:06:12 +08:00
Michael Shilman
38cbe7bf7c
Update git head to 6.3.0-beta.4, update yarn.lock
2021-05-28 16:37:38 +08:00
Michael Shilman
f4d1305d01
v6.3.0-beta.4
2021-05-28 16:32:17 +08:00
Michael Shilman
afcbc591fa
Update git head to 6.3.0-beta.3, update yarn.lock
2021-05-28 16:18:52 +08:00
Michael Shilman
33c58c1180
v6.3.0-beta.3
2021-05-28 16:15:29 +08:00
Michael Shilman
bad9d80699
Update git head to 6.3.0-beta.2, update yarn.lock
2021-05-27 20:21:13 +08:00
Michael Shilman
75c1cba133
v6.3.0-beta.2
2021-05-27 20:14:54 +08:00
Michael Shilman
d8970681c5
Update git head to 6.3.0-beta.1, update yarn.lock
2021-05-26 19:22:24 +08:00
Michael Shilman
356a2dfd1a
v6.3.0-beta.1
2021-05-26 19:17:28 +08:00
Norbert de Langen
a8db9585f0
Merge pull request #15043 from IanVS/14913-global-imports
...
Do not try to named import from global
2021-05-26 11:51:34 +02:00
Michael Shilman
fbb5f4ae96
Update git head to 6.3.0-beta.0, update yarn.lock
2021-05-26 10:57:27 +08:00
Michael Shilman
fcc428b77b
v6.3.0-beta.0
2021-05-26 10:52:20 +08:00
Ian VanSchooten
f3a44f0c96
Do not try to named import from global
2021-05-25 15:59:46 -04:00
Michael Shilman
9223d15a6f
Update git head to 6.3.0-alpha.45, update yarn.lock
2021-05-26 00:51:39 +08:00
Michael Shilman
d85be97196
v6.3.0-alpha.45
2021-05-26 00:46:24 +08:00
Michael Shilman
7f77a21d3a
Update git head to 6.3.0-alpha.44, update yarn.lock
2021-05-25 17:48:28 +08:00
Michael Shilman
e24c625789
v6.3.0-alpha.44
2021-05-25 17:42:56 +08:00
ThibaudAv
c170e4c4b3
Merge branch 'next' into angular-config-cli
2021-05-25 10:15:22 +02:00
ThibaudAv
c42615058d
fixup! Fix bad merge
2021-05-25 10:13:48 +02:00
Michael Shilman
4de421131f
Update git head to 6.3.0-alpha.43, update yarn.lock
2021-05-25 10:33:08 +08:00
Michael Shilman
5701d147dd
v6.3.0-alpha.43
2021-05-25 10:28:10 +08:00
Michael Shilman
fe176979eb
Fix bad merge
2021-05-25 09:25:36 +08:00
Michael Shilman
82c07fff00
Merge branch 'next' into angular-config-cli
2021-05-25 09:08:45 +08:00
ThibaudAv
d51c709b28
fix(angular): use NormalizeOptimization from angular-cli
2021-05-24 21:26:09 +02:00
Michael Shilman
50a121f8ba
Update git head to 6.3.0-alpha.42, update yarn.lock
2021-05-24 21:40:46 +08:00
Michael Shilman
8cb665a778
v6.3.0-alpha.42
2021-05-24 21:35:16 +08:00
Michael Shilman
ccf725a9d7
Update git head to 6.3.0-alpha.41, update yarn.lock
2021-05-24 14:57:19 +08:00
Michael Shilman
486523d75d
v6.3.0-alpha.41
2021-05-24 14:51:57 +08:00
Michael Shilman
8542fe8a64
Update git head to 6.3.0-alpha.40, update yarn.lock
2021-05-24 14:43:01 +08:00
Michael Shilman
b472371d50
v6.3.0-alpha.40
2021-05-24 14:42:33 +08:00
Michael Shilman
a800c1b370
Update git head to 6.3.0-alpha.39, update yarn.lock
2021-05-23 22:03:38 +08:00
Michael Shilman
eb1fe7eb6b
v6.3.0-alpha.39
2021-05-23 21:58:07 +08:00
Michael Shilman
ad673ca898
Update git head to 6.3.0-alpha.38, update yarn.lock
2021-05-23 11:34:25 +08:00
Michael Shilman
362e4d37c2
v6.3.0-alpha.38
2021-05-23 11:29:20 +08:00
Michael Shilman
b5894eb879
Update git head to 6.3.0-alpha.37, update yarn.lock
2021-05-23 10:57:40 +08:00
Michael Shilman
405aa67536
v6.3.0-alpha.37
2021-05-23 10:52:41 +08:00
Michael Shilman
e3a15e644d
Update git head to 6.3.0-alpha.36, update yarn.lock
2021-05-20 21:30:37 +08:00
Michael Shilman
9f21c0e4db
v6.3.0-alpha.36
2021-05-20 21:25:04 +08:00
Michael Shilman
1ee5f71683
Update git head to 6.3.0-alpha.35, update yarn.lock
2021-05-20 18:47:01 +08:00
Michael Shilman
e1813c0ca1
v6.3.0-alpha.35
2021-05-20 18:41:46 +08:00
Michael Shilman
6f4891a7ea
Update git head to 6.3.0-alpha.34, update yarn.lock
2021-05-19 09:47:35 +08:00
Michael Shilman
e88f5c202d
v6.3.0-alpha.34
2021-05-19 09:41:55 +08:00
Michael Shilman
d5a03ff408
Update git head to 6.3.0-alpha.33, update yarn.lock
2021-05-18 19:21:18 +08:00
Michael Shilman
a70d3fa157
v6.3.0-alpha.33
2021-05-18 19:15:52 +08:00