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 see how our template strings file looks like here [./extras/template/strings/shell-strings.json](https://github.com/IgniteUI/igniteui-angular/blob/master/extras/template/strings/shell-strings.json).
254
+
255
+
#### Link and Debug
256
+
In order to run the plugin locally, after it is build, it should be linked to the repo you want to use it.
257
+
258
+
1. Execute the following commands
259
+
260
+
```
261
+
npm run build
262
+
```
263
+
264
+
```
265
+
npm pack
266
+
```
267
+
268
+
```
269
+
cp typedoc-plugin-localization-1.0.4.tgz ~
270
+
```
271
+
272
+
2. Go to the theme repository where the plugin is included as peer dependency and add the reference to the packed file.
0 commit comments