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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,14 @@ A Factory for Angular 1 to consume the magento 2 rest api
18
18
## Products
19
19
getProducts: getProducts,
20
20
getProduct: getProduct
21
+
22
+
23
+
24
+
#### Developing locally (bower)
25
+
-fork the project
26
+
-cd into the dir
27
+
-run "bower link"
28
+
-go to you project
29
+
-run "bower link mangular"
30
+
31
+
now the changes you do on the services should be reflected directly in you project, just dont forget to run "npm run bulid" or "npm run watch" in the mangular folder
0 commit comments