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
..
2020-03-27 20:04:50 +01:00
2017-08-18 18:16:45 +02:00
2018-03-30 20:28:20 +03:00
2019-10-03 22:17:10 +02:00
2019-10-03 22:34:40 +02:00
2020-02-12 00:59:39 +01:00
2019-11-01 23:59:47 +08:00
2020-11-23 22:23:52 +08:00
2021-06-01 17:54:43 +08:00
2017-08-18 18:16:45 +02:00

AngularCli

This project was generated with Angular CLI version 6.0.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Jest.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.