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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,17 +248,17 @@ plugins: [
248
248
249
249
The API documentation can be built with:
250
250
```shell
251
-
$ npm run ngdocs
251
+
$ npm run uidocs
252
252
```
253
253
254
254
If you're interested in reading the docs right away, you can use special target, which will start a web server:
255
255
```shell
256
-
$ npm run ngdocs:view
256
+
$ npm run uidocs:view
257
257
```
258
258
259
259
After executing this tasks you'll be able to access the documentation at [http://localhost:8000/](http://localhost:8000/). If a different port is desired, it may be specified on as an option:
0 commit comments