We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a578be4 commit d7c9209Copy full SHA for d7c9209
1 file changed
documentation/Functions.md
@@ -329,12 +329,12 @@ This function consist of two parameter.
329
330
1. First parameter:
331
- **Required**
332
- - **type**- String
+ - **Type**- String
333
- **Description**-It is the path to the Angular project, relative to workspace.
334
335
2. Second parameter:
336
- **optional**
337
338
- **Description**- It is the custom output directory.
339
#### example
340
* buildNg("exampleAngularProject")
@@ -350,6 +350,8 @@ Note:
350
351
3. No background script will run.
352
353
+4. To execute this function devonfw-ide must be installed.
354
+
355
***
356
357
### runClientNg <a name="runClientNg"></a>
0 commit comments