@peerboard/angular-components
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@peerboard/angular-components", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^8.2.14", |
### Usage | ||
You can find detailed tutorial at https://community.peerboard.io/post/1048580932 | ||
**Note.** In the local setup, you will need to use ng server --disable-host-check option to open your app at your custom local domain. | ||
1. Install the package | ||
@@ -88,3 +92,3 @@ ```bash | ||
jwtToken = ''; | ||
prefix = 'forum'; | ||
prefix = 'community'; | ||
@@ -140,3 +144,4 @@ hideMenu = false; | ||
{ | ||
path: 'forum', | ||
// Your prefix | ||
path: 'community', | ||
children: [ | ||
@@ -143,0 +148,0 @@ { |
190977
160