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
`projects\igniteui-angular\src\public_api.ts` This file contains the file structure of the project. It takes up to `two` levels.
40
-
<br />
41
-
For instance when you have a `/directory/inner-dir1/inner-dir2/file.ts` it will create the following structure `exports/directory/inner-dir1/` which will contains all files that are under it or files that are deeply nested.
46
+
> This command will create `exports` folder.
47
+
> <br />
48
+
>`projects\igniteui-angular\src\public_api.ts` This file contains the file structure of the project. It takes up to `two` levels.
49
+
> <br />
50
+
> For instance when you have a `/directory/inner-dir1/inner-dir2/file.ts` it will create the following structure `exports/directory/inner-dir1/` which > will contains all files that are under it or files that are deeply nested.
42
51
43
52
44
53
#### Step 2
@@ -105,11 +114,7 @@ What is the difference between `methods` and `functions` keys?
105
114
106
115
When you finish with the translations you will have to generate the documentation with the transleted files `(json's)`.
0 commit comments