You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can quickly switch between these versions with the `bit env set` command. For example to use v14 instead of the default, you would use the following command:
89
-
```bash
90
-
bit env replace teambit.angular/angular teambit.angular/angular-v14
91
-
```
92
-
93
-
## Angular applications
94
-
You can use the Angular env to create an Angular application with the following command:
95
-
```bash
96
-
bit create ng-app <app-name> --env teambit.angular/angular
97
-
```
98
-
99
-
To run your application in dev mode, use the following command:
100
-
```bash
101
-
bit run <app-name>
102
-
```
103
-
104
-
### Configure your application
105
-
Your app component can be configured with different options for serve, build and deployment.
106
-
Open the configuration file named `<app-name>.ng-app.ts` that is located in your app folder.
107
-
108
-
You can change the default configuration by editing the different options, such as app name, port, source folder, serve, build, deploy options, etc.
109
-
See the [apps documentation](https://bit.dev/docs/apps/apps-overview) for more information.
11
+
Get more information about Bit & Angular in [the Bit Angular documentation](https://bit.dev/docs/angular-introduction).
You can quickly switch between these versions with the `bit env set` command. For example to use v14 instead of the default, you would use the following command:
93
-
```bash
94
-
bit env replace teambit.angular/angular teambit.angular/angular-v15
95
-
```
96
-
97
-
## Angular applications
98
-
You can use the Angular env to create an Angular application with the following command:
99
-
```bash
100
-
bit create ng-app <app-name> --env teambit.angular/versions/angular-v12
101
-
```
102
-
103
-
To run your application in dev mode, use the following command:
104
-
```bash
105
-
bit run <app-name>
106
-
```
107
-
108
-
### Configure your application
109
-
Your app component can be configured with different options for serve, build and deployment.
110
-
Open the configuration file named `<app-name>.ng-app.ts` that is located in your app folder.
111
-
112
-
You can change the default configuration by editing the different options, such as app name, port, source folder, serve, build, deploy options, etc.
113
-
See the [apps documentation](https://bit.dev/docs/apps/apps-overview) for more information.
8
+
Get more information about Bit & Angular in [the Bit Angular documentation](https://bit.dev/docs/angular-introduction).
0 commit comments