Skip to content

Commit 0464672

Browse files
authored
Update implementing-controls-using-typescript.md
1 parent 413cfd6 commit 0464672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To create a new project, follow the steps below:
2424
3. `cd` into the new directory and run the command `cd LinearControl`
2525
4. Create the component project using the command `pac pcf init --namespace SampleNamespace --name TSLinearInputControl --template field`
2626
5. Install the project build tools using the command `npm install`
27+
6. Open your project in any developer environment of your choice and start implementing your custom component.
2728

2829
## Implementing Manifest
2930

0 commit comments

Comments
 (0)